Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 743e82b

Browse files
committed
Update scala library to 2.13.2
1 parent c2b6ea0 commit 743e82b

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
@@ -12,7 +12,7 @@ val reactorTest = "io.projectreactor" % "reactor-test" % reactorVersion % "test"
1212
//Scala versions for cross compiling
1313
lazy val scala211 = "2.11.12"
1414
lazy val scala212 = "2.12.10"
15-
lazy val scala213 = "2.13.1"
15+
lazy val scala213 = "2.13.2"
1616
lazy val supportedScalaVersions = List(scala211, scala212, scala213)
1717

1818
ThisBuild / scalaVersion := "2.12.10"

0 commit comments

Comments
 (0)