Skip to content

Commit 60b0a85

Browse files
committed
Update Scala version to 3.6.3
1 parent cef750c commit 60b0a85

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ updates.ignore = [
4444
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.7.0" } },
4545

4646
// Ignore the next Scala 3 Next version until it is announced.
47-
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.3" } },
48-
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.6.3" } },
49-
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.6.3" } },
50-
{ groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.6.3" } },
51-
{ groupId = "org.scala-lang", artifactId = "scala2-library-cc-tasty-experimental", version = { exact = "3.6.3" } },
52-
{ groupId = "org.scala-lang", artifactId = "scala2-library-tasty-experimental", version = { exact = "3.6.3" } },
53-
{ groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.6.3" } },
54-
{ groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.6.3" } },
55-
{ groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.6.3" } },
56-
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.6.3" } },
57-
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.6.3" } },
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" } },
5858

5959
// Ignore the Scala 3.6.1 - abandoned hotfix to broken release 3.6.0
6060
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.1" } },

0 commit comments

Comments
 (0)