Skip to content

Commit

Permalink
Update scala-library to 2.13.16 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 19, 2025
1 parent 016b7c1 commit 66be8f1
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 @@ -9,7 +9,7 @@ val specs2Version = "4.20.9"
val dockerTestkitVersion = "0.12.0"

val scala2_12 = "2.12.20"
val scala2_13 = "2.13.15"
val scala2_13 = "2.13.16"

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

0 comments on commit 66be8f1

Please sign in to comment.