Skip to content

Commit 9a6e1fb

Browse files
committed
Upgrade to Scala 2.13.2
1 parent c828122 commit 9a6e1fb

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
@@ -49,7 +49,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
4949

5050
lazy val scala211 = "2.11.12"
5151
lazy val scala212 = "2.12.11"
52-
lazy val scala213 = "2.13.1"
52+
lazy val scala213 = "2.13.2"
5353

5454
lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform)(
5555
"compat",

0 commit comments

Comments
 (0)