Skip to content

Commit 4e8c2aa

Browse files
authored
Release the Scala 2.13.15 kraken!
1 parent 996af6a commit 4e8c2aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ updates.ignore = [
4141
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.4" } },
4242

4343

44-
// Ignore the 3.3.2 version as it is abandonned due to broken compatibility
44+
// Ignore the 3.3.2 version as it is abandoned due to broken compatibility
4545
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.2" } },
4646
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.2" } },
4747
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.2" } },
4848

4949
// Ignore the next Scala 2.13 version until it is announced.
50-
{ groupId = "org.scala-lang", artifactId = "scala-compiler", version = { exact = "2.13.14" } },
51-
{ groupId = "org.scala-lang", artifactId = "scala-library", version = { exact = "2.13.14" } },
52-
{ groupId = "org.scala-lang", artifactId = "scala-reflect", version = { exact = "2.13.14" } },
53-
{ groupId = "org.scala-lang", artifactId = "scalap", version = { exact = "2.13.14" } },
50+
{ groupId = "org.scala-lang", artifactId = "scala-compiler", version = { exact = "2.13.15" } },
51+
{ groupId = "org.scala-lang", artifactId = "scala-library", version = { exact = "2.13.15" } },
52+
{ groupId = "org.scala-lang", artifactId = "scala-reflect", version = { exact = "2.13.15" } },
53+
{ groupId = "org.scala-lang", artifactId = "scalap", version = { exact = "2.13.15" } },
5454

5555
// Ignore the next Scala 2.12 version until it is announced.
5656
{ groupId = "org.scala-lang", artifactId = "scala-compiler", version = { exact = "2.12.20" } },

0 commit comments

Comments
 (0)