diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index e88a2229..b40ef7dc 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -14,3 +14,7 @@ updates.ignore = [ { groupId = "io.ebean", artifactId = "ebean-ddl-generator" } { groupId = "io.ebean", artifactId = "ebean-agent" } ] + +updates.pin = [ + { groupId = "org.scala-lang", artifactId = "scala-library", version = "2.13." } +]