Skip to content

Commit 3990b50

Browse files
authored
Update Scala 2.12 and 2.13 (#231)
1 parent 36a0e6a commit 3990b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import scala.io.Source
44
import scala.language.postfixOps
55
import scala.util.Try
66

7-
val currentScalaVersion = "2.13.0"
7+
val currentScalaVersion = "2.13.2"
88

99
ThisBuild / scalaVersion := currentScalaVersion
1010

@@ -21,7 +21,7 @@ lazy val commonSettings =
2121
source.close
2222
version.get
2323
},
24-
crossScalaVersions := Seq("2.11.12", "2.12.9", currentScalaVersion),
24+
crossScalaVersions := Seq("2.11.12", "2.12.11", currentScalaVersion),
2525
scalafmtOnCompile := true,
2626
scalacOptions ++= Seq(
2727
"-unchecked",

0 commit comments

Comments
 (0)