Skip to content

Commit

Permalink
Update scala3-library to 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 4, 2025
1 parent e112c1e commit 69576c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ object BuildHelper {

val stdSettings = Seq(
scalacOptions := stdOptions,
crossScalaVersions := Seq("2.13.12", "2.12.18", "3.3.1"),
crossScalaVersions := Seq("2.13.12", "2.12.18", "3.3.5"),
ThisBuild / scalaVersion := crossScalaVersions.value.head,
scalacOptions := stdOptions ++ extraOptions(scalaVersion.value),
Test / parallelExecution := true,
Expand Down

0 comments on commit 69576c4

Please sign in to comment.