Skip to content

Commit eade471

Browse files
Update scala-library to 2.12.17 (#560)
Co-authored-by: Seth Tisue <[email protected]>
1 parent efe61cd commit eade471

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
@@ -51,7 +51,7 @@ lazy val root = project
5151
lazy val junit = libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test
5252

5353
lazy val scala211 = "2.11.12"
54-
lazy val scala212 = "2.12.16"
54+
lazy val scala212 = "2.12.17"
5555
lazy val scala213 = "2.13.10"
5656
lazy val scala3 = "3.1.3"
5757

0 commit comments

Comments
 (0)