Skip to content

Commit

Permalink
Merge pull request #3555 from WojciechMazur/scala-3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuehlke authored Jan 20, 2025
2 parents cef750c + 60b0a85 commit b54b1db
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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.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" } },
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.4" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.6.4" } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.6.4" } },
{ groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.6.4" } },
{ groupId = "org.scala-lang", artifactId = "scala2-library-cc-tasty-experimental", version = { exact = "3.6.4" } },
{ groupId = "org.scala-lang", artifactId = "scala2-library-tasty-experimental", version = { exact = "3.6.4" } },
{ groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.6.4" } },
{ groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.6.4" } },
{ groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.6.4" } },
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.6.4" } },
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.6.4" } },

// 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

0 comments on commit b54b1db

Please sign in to comment.