Skip to content

Commit f20d2a4

Browse files
authored
Merge pull request #3444 from scala-steward-org/mzuehlke-patch-1
2 parents 0a9b5b2 + 36ed91e commit f20d2a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ postUpdateHooks = [
3030
updates.ignore = [
3131
// Artifacts below are ignored because they are not yet announced.
3232

33+
// Ignore the next Scala 3 Next (3.x.0) version until it is announced.
34+
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.7.0" } },
35+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.7.0" } },
36+
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.7.0" } },
37+
3338
// Ignore the next Scala 3 Next version until it is announced.
3439
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.1" } },
3540
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.6.1" } },

0 commit comments

Comments
 (0)