Skip to content

Commit

Permalink
Update scala3-compiler, scala3-library to 3.5.1 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent 2cc41e1 commit 084004e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import scala.sys.process._

val scalaVersions = Seq("3.5.0", "2.13.14", "2.12.20", "2.11.12")
val scalaVersions = Seq("3.5.1", "2.13.14", "2.12.20", "2.11.12")
val macrosParadiseVersion = "2.1.1"

ThisBuild / versionScheme := Some("semver-spec")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object ScriptedHelper extends AutoPlugin {

override def projectSettings = Seq(
scalacOptions ++= Seq("-feature", "-deprecation"),
crossScalaVersions := Seq("3.5.0", "2.13.14", "2.12.20"),
crossScalaVersions := Seq("3.5.1", "2.13.14", "2.12.20"),
scalaVersion := crossScalaVersions.value.head
)

Expand Down

0 comments on commit 084004e

Please sign in to comment.