Skip to content

Commit 99c2820

Browse files
committed
Update scala-library to 2.12.14
1 parent 5d42771 commit 99c2820

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
@@ -54,7 +54,7 @@ lazy val root = project
5454
lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
5555

5656
lazy val scala211 = "2.11.12"
57-
lazy val scala212 = "2.12.13"
57+
lazy val scala212 = "2.12.14"
5858
lazy val scala213 = "2.13.6"
5959
lazy val scala30 = "3.0.0"
6060

0 commit comments

Comments
 (0)