Skip to content

Commit

Permalink
Update Scala version to 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Dec 10, 2024
1 parent 94ea6e4 commit 7887c76
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions modules/core/src/main/resources/default.scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ updates.ignore = [
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.7.0" } },

// Ignore the next Scala 3 Next version until it is announced.
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.6.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.6.2" } },
{ groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.6.2" } },
{ groupId = "org.scala-lang", artifactId = "scala2-library-cc-tasty-experimental", version = { exact = "3.6.2" } },
{ groupId = "org.scala-lang", artifactId = "scala2-library-tasty-experimental", version = { exact = "3.6.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.6.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.6.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.6.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.6.2" } },
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.6.2" } },
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.3" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.6.3" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.6.3" } },
{ groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.6.3" } },
{ groupId = "org.scala-lang", artifactId = "scala2-library-cc-tasty-experimental", version = { exact = "3.6.3" } },
{ groupId = "org.scala-lang", artifactId = "scala2-library-tasty-experimental", version = { exact = "3.6.3" } },
{ groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.6.3" } },
{ groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.6.3" } },
{ groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.6.3" } },
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.6.3" } },
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.6.3" } },

// Ignore the Scala 3.6.1 - abandoned hotfix to broken release 3.6.0
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.1" } },
Expand Down Expand Up @@ -297,4 +297,4 @@ updates.retracted = [
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.6.0" } },
]
}
]
]

0 comments on commit 7887c76

Please sign in to comment.