diff --git a/.github/.scala-steward.conf b/.github/.scala-steward.conf index 81f9825..c639554 100644 --- a/.github/.scala-steward.conf +++ b/.github/.scala-steward.conf @@ -1,4 +1,5 @@ updates.pin = [ { groupId = "org.scala-lang", artifactId="scala3-library", version = "3.3." }, - { groupId = "org.scala-lang", artifactId="scala3-library_sjs1", version = "3.3." } + { groupId = "org.scala-lang", artifactId="scala3-library_sjs1", version = "3.3." }, + { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." }, ]