Skip to content

Commit

Permalink
Update scala3-compiler, scala3-library to 3.4.1 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 31, 2024
1 parent 1c994a7 commit 2b38ba7
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.3.3", "2.13.13", "2.12.19", "2.11.12")
val scalaVersions = Seq("3.4.1", "2.13.13", "2.12.19", "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.3.3", "2.13.13", "2.12.19"),
crossScalaVersions := Seq("3.4.1", "2.13.13", "2.12.19"),
scalaVersion := crossScalaVersions.value.head
)

Expand Down

0 comments on commit 2b38ba7

Please sign in to comment.