Skip to content

Commit 65f0897

Browse files
authored
Merge pull request #3739 from tgodzik/release-3.3.7
chore: Allow updates of 3.3.7 LTS
2 parents c4de0fb + cfff0d3 commit 65f0897

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ updates.ignore = [
6969
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.6.1" } },
7070

7171
// Ignore the next Scala 3 LTS version until it is announced.
72-
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.7" } },
73-
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.7" } },
74-
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.7" } },
75-
{ groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.3.7" } },
76-
{ groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.3.7" } },
77-
{ groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.3.7" } },
78-
{ groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.3.7" } },
79-
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.3.7" } },
80-
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.3.7" } },
72+
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.3.8" } },
73+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { exact = "3.3.8" } },
74+
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { exact = "3.3.8" } },
75+
{ groupId = "org.scala-lang", artifactId = "tasty-core", version = { exact = "3.3.8" } },
76+
{ groupId = "org.scala-lang", artifactId = "scala3-language-server", version = { exact = "3.3.8" } },
77+
{ groupId = "org.scala-lang", artifactId = "scala3-presentation-compiler", version = { exact = "3.3.8" } },
78+
{ groupId = "org.scala-lang", artifactId = "scala3-staging", version = { exact = "3.3.8" } },
79+
{ groupId = "org.scala-lang", artifactId = "scala3-tasty-inspector", version = { exact = "3.3.8" } },
80+
{ groupId = "org.scala-lang", artifactId = "scaladoc", version = { exact = "3.3.8" } },
8181

8282
// Ignore the 3.6.0 version as it is abandoned due to broken compatibility
8383
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { exact = "3.6.0" } },

0 commit comments

Comments
 (0)