Skip to content

Commit 57d9f67

Browse files
authored
Merge pull request #3598 from WojciechMazur/scala-3.6.4
Update Scala to 3.6.4
2 parents bded376 + 1445f30 commit 57d9f67

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

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

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ postUpdateHooks = [
3030
updates.ignore = [
3131
// Artifacts below are ignored because they are not yet announced.
3232

33-
// Ignore the next Scala 3 Next (3.x.0) version until it is announced.
33+
// Ignore the next Scala 3 Next version until it is announced.
3434
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.7.0" } },
3535
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.7.0" } },
3636
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.7.0" } },
@@ -43,19 +43,6 @@ updates.ignore = [
4343
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.7.0" } },
4444
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.7.0" } },
4545

46-
// Ignore the next Scala 3 Next version until it is announced.
47-
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.4" } },
48-
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.6.4" } },
49-
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.6.4" } },
50-
{ groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.6.4" } },
51-
{ groupId = "org.scala-lang", artifactId = "scala2-library-cc-tasty-experimental", version = { exact = "3.6.4" } },
52-
{ groupId = "org.scala-lang", artifactId = "scala2-library-tasty-experimental", version = { exact = "3.6.4" } },
53-
{ groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.6.4" } },
54-
{ groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.6.4" } },
55-
{ groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.6.4" } },
56-
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.6.4" } },
57-
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.6.4" } },
58-
5946
// Ignore the Scala 3.6.1 - abandoned hotfix to broken release 3.6.0
6047
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.1" } },
6148
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.6.1" } },

0 commit comments

Comments
 (0)