Skip to content

Commit

Permalink
Update scala-library to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 19, 2025
1 parent 3b0e3eb commit 205eb60
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.15", "2.12.20", "2.11.12")
ThisBuild / crossScalaVersions := Seq("3.3.4", "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 205eb60

Please sign in to comment.