Skip to content

Commit 752757f

Browse files
rtyleymzuehlke
authored andcommitted
Ignore Scala 3.4.0 until it's announced
We're already seeing Scala Steward raise PRs for Scala 3.4.0, this might be unintentional? guardian/play-secret-rotation#432 See also #2337 & #1104
1 parent 1f8ea30 commit 752757f

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
@@ -31,6 +31,9 @@ updates.ignore = [
3131
// Artifacts below are ignored because they are not yet announced.
3232

3333
// Ignore the next Scala 3 version until it is announced.
34+
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.4.0" } },
35+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.4.0" } },
36+
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.4.0" } },
3437
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.2" } },
3538
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.2" } },
3639
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.2" } },

0 commit comments

Comments
 (0)