Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 27, 2024
1 parent 46848da commit e5e20dd
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.8"
val dockerTestkitVersion = "0.12.0"

val scala2_12 = "2.12.20"
val scala2_13 = "2.13.14"
val scala2_13 = "2.13.15"

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

0 comments on commit e5e20dd

Please sign in to comment.