Skip to content

Commit

Permalink
Update Scala version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan authored and mzuehlke committed Sep 7, 2023
1 parent d3ec49f commit 42ef906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/core/src/main/resources/default.scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ postUpdateHooks = [

updates.ignore = [
// Ignore the next Scala 3 version until it is announced.
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.1" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.1" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.1" } },
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.2" } },

// Ignore the next Scala 2.13 version until it is announced.
{ groupId = "org.scala-lang", artifactId = "scala-compiler", version = { exact = "2.13.12" } },
Expand Down

0 comments on commit 42ef906

Please sign in to comment.