Skip to content

Commit 52719d7

Browse files
committed
Merge branch 'refs/heads/allow-scala-next-prs'
2 parents 2c8d00f + 736dd97 commit 52719d7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,16 @@ postUpdateHooks = [
3030
updates.ignore = [
3131
// Artifacts below are ignored because they are not yet announced.
3232

33-
// No upgrades to non LTS versions
34-
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { prefix = "3.4." } },
35-
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { prefix = "3.4." } },
36-
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { prefix = "3.4." } },
33+
// Ignore the next Scala 3 Next version until it is announced.
34+
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.4.2" } },
35+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.4.2" } },
36+
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.4.2" } },
3737

3838
// Ignore the next Scala 3 LTS version until it is announced.
3939
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.4" } },
4040
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.4" } },
4141
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.4" } },
4242

43-
4443
// Ignore the 3.3.2 version as it is abandoned due to broken compatibility
4544
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.2" } },
4645
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.2" } },

0 commit comments

Comments
 (0)