Skip to content

Commit 7e26342

Browse files
SethTisuemzuehlke
authored andcommitted
un-embargo Scala 2.13.15
1 parent 96db7ad commit 7e26342

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ updates.ignore = [
4646
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.2" } },
4747

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

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

0 commit comments

Comments
 (0)