Skip to content

Commit 28c02ab

Browse files
authored
Ignore Scala 3.6.0
1 parent b5b684f commit 28c02ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

3333
// Ignore the next Scala 3 Next version until it is announced.
34+
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.0" } },
35+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.6.0" } },
36+
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.6.0" } },
37+
3438
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.5.2" } },
3539
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.5.2" } },
3640
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.5.2" } },

0 commit comments

Comments
 (0)