diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 0ae41f73..e9732325 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -16,5 +16,7 @@ updates.ignore = [ ] updates.pin = [ - { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." } + { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." }, + { groupId = "org.scala-lang", artifactId = "scala-library", version = "2.13." }, + { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." } ]