Skip to content

Commit

Permalink
Update scala3-compiler, scala3-library to 3.3.0 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 1, 2023
1 parent 6d9f321 commit 48479f2
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.2.2", "2.13.10", "2.12.17", "2.11.12")
val scalaVersions = Seq("3.3.0", "2.13.10", "2.12.17", "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.2.2", "2.13.10", "2.12.17"),
crossScalaVersions := Seq("3.3.0", "2.13.10", "2.12.17"),
scalaVersion := crossScalaVersions.value.head
)

Expand Down

0 comments on commit 48479f2

Please sign in to comment.