Skip to content

Commit

Permalink
Update scala3-library to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 29, 2024
1 parent 6a9eca0 commit 66950ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val compileScalastyle = taskKey[Unit]("compileScalastyle")

val commonSettings = Seq(
ThisBuild / scalaVersion := "2.12.19",
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"),
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.4"),

ThisBuild / parallelExecution := false,
fork := true,
Expand Down

0 comments on commit 66950ae

Please sign in to comment.