Skip to content

Commit dd818f1

Browse files
Kordyjanmzuehlke
authored andcommitted
Unlock Scala 3.4.2
1 parent 667eeda commit dd818f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ 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.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" } },
34+
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.5.0" } },
35+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.5.0" } },
36+
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.5.0" } },
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" } },

0 commit comments

Comments
 (0)