Skip to content

Commit

Permalink
Update scala-library to 2.13.13 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 1, 2024
1 parent 13bc0cf commit 2a78422
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.18"
val scala2_13 = "2.13.12"
val scala2_13 = "2.13.13"

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

0 comments on commit 2a78422

Please sign in to comment.