Skip to content

Commit

Permalink
Merge pull request #179 from scala-steward/update/scala3-library-3.3.4
Browse files Browse the repository at this point in the history
Update scala3-library to 3.3.4
  • Loading branch information
Philippus authored Nov 16, 2024
2 parents 7e989a7 + 88d4285 commit 292dd5f
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
@@ -1,6 +1,6 @@
lazy val scalaTestVersion = "3.2.19"

ThisBuild / crossScalaVersions := Seq("3.1.3", "2.13.15", "2.12.20", "2.11.12")
ThisBuild / crossScalaVersions := Seq("3.3.4", "2.13.15", "2.12.20", "2.11.12")
ThisBuild / scalaVersion := crossScalaVersions.value.head

// We use <epoch>.<major>.<minor> like 99% of Scala libraries.
Expand Down

0 comments on commit 292dd5f

Please sign in to comment.