Skip to content

Commit

Permalink
downgrade scala 3 to LTS version (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
micossow authored Oct 21, 2024
1 parent dc3a0fe commit d982e1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ updates.ignore = [
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "2.13."},
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "3."}
]
updates.pin = [
{groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3."},
{groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = "3.3."}
]
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import scala.sys.process.Process

val v2_12 = "2.12.20"
val v2_13 = "2.13.14"
val v3 = "3.4.3"
val v3 = "3.3.4"

lazy val resolvedScalaVersion =
sys.env.get("SCALA_MAJOR_VERSION") match {
Expand Down

0 comments on commit d982e1f

Please sign in to comment.