diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index b7fb2c0..4397f9e 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -12,5 +12,6 @@ updates.pin = [ { groupId = "org.playframework", artifactId = "play-logback", version = "3.0." }, { groupId = "org.playframework", artifactId = "play-server", version = "3.0." }, { groupId = "org.playframework", artifactId = "play-test", version = "3.0." }, - { groupId = "org.playframework", artifactId = "sbt-plugin", version = "3.0." } + { groupId = "org.playframework", artifactId = "sbt-plugin", version = "3.0." }, + { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." } ]