Skip to content

Commit

Permalink
Merge pull request #3167 from lrytz/keep-sbt-1.9.4
Browse files Browse the repository at this point in the history
Keep sbt at 1.9.4 to investigate a potential issue in 1.9.5
  • Loading branch information
alejandrohdezma authored Sep 14, 2023
2 parents 81ee8aa + caf91ad commit 3a81d8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/core/src/main/resources/default.scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ postUpdateHooks = [
]

updates.ignore = [
// Wait with sbt 1.9.5 until we know more about https://github.com/scala/bug/issues/12868
{ groupId = "org.scala-sbt", artifactId = "sbt", version = { exact = "1.9.5" } },

// Ignore the next Scala 3 version until it is announced.
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.2" } },
Expand Down

0 comments on commit 3a81d8e

Please sign in to comment.