Skip to content

Commit d1fd2da

Browse files
authored
Merge pull request #2759 from Kordyjan/scala-3.2.1
2 parents c0e71f5 + e185a73 commit d1fd2da

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
@@ -23,9 +23,9 @@ postUpdateHooks = [
2323

2424
updates.ignore = [
2525
// Ignore the next Scala 3 version until it is announced.
26-
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.2.1" } },
27-
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.2.1" } },
28-
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.2.1" } },
26+
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.2.2" } },
27+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.2.2" } },
28+
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.2.2" } },
2929

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

0 commit comments

Comments
 (0)