diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 7d38ae6..c00362f 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -12,5 +12,6 @@ updates.pin = [ { groupId = "com.typesafe.play", artifactId = "play-logback", version = "2.9." }, { groupId = "com.typesafe.play", artifactId = "play-server", version = "2.9." }, { groupId = "com.typesafe.play", artifactId = "play-test", version = "2.9." }, - { groupId = "com.typesafe.play", artifactId = "sbt-plugin", version = "2.9." } + { groupId = "com.typesafe.play", artifactId = "sbt-plugin", version = "2.9." }, + { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." } ]