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 311196e commit 33e405b
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.3.4", "2.13.16", "2.12.20", "2.11.12")
ThisBuild / crossScalaVersions := Seq("3.3.5", "2.13.16", "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 33e405b

Please # to comment.