Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 8, 2024
1 parent 16dcc5e commit cfec3a2
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 @@ -11,7 +11,7 @@ val scalaTestVersion = "3.2.18"
val playVersion = "2.8.21" // test only

val scala2_12 = "2.12.19"
val scala2_13 = "2.13.13"
val scala2_13 = "2.13.14"

ThisBuild / scalaVersion := scala2_13
ThisBuild / crossScalaVersions := Seq(scala2_12, scala2_13)
Expand Down

0 comments on commit cfec3a2

Please sign in to comment.