Skip to content

Commit 6381a05

Browse files
Update scala-library to 2.13.17 (#256)
1 parent 313c9d7 commit 6381a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ val specs2Version = "4.22.0"
99
val dockerTestkitVersion = "0.12.0"
1010

1111
val scala2_12 = "2.12.20"
12-
val scala2_13 = "2.13.16"
12+
val scala2_13 = "2.13.17"
1313

1414
scalaVersion := scala2_13
1515
crossScalaVersions := Seq(scala2_12, scala2_13)

0 commit comments

Comments
 (0)