Skip to content

Commit 3a81d8e

Browse files
Merge pull request #3167 from lrytz/keep-sbt-1.9.4
Keep sbt at 1.9.4 to investigate a potential issue in 1.9.5
2 parents 81ee8aa + caf91ad commit 3a81d8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/core/src/main/resources/default.scala-steward.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ postUpdateHooks = [
2828
]
2929

3030
updates.ignore = [
31+
// Wait with sbt 1.9.5 until we know more about https://github.com/scala/bug/issues/12868
32+
{ groupId = "org.scala-sbt", artifactId = "sbt", version = { exact = "1.9.5" } },
33+
3134
// Ignore the next Scala 3 version until it is announced.
3235
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.2" } },
3336
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.2" } },

0 commit comments

Comments
 (0)