We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a0e6a commit 3990b50Copy full SHA for 3990b50
build.sbt
@@ -4,7 +4,7 @@ import scala.io.Source
4
import scala.language.postfixOps
5
import scala.util.Try
6
7
-val currentScalaVersion = "2.13.0"
+val currentScalaVersion = "2.13.2"
8
9
ThisBuild / scalaVersion := currentScalaVersion
10
@@ -21,7 +21,7 @@ lazy val commonSettings =
21
source.close
22
version.get
23
},
24
- crossScalaVersions := Seq("2.11.12", "2.12.9", currentScalaVersion),
+ crossScalaVersions := Seq("2.11.12", "2.12.11", currentScalaVersion),
25
scalafmtOnCompile := true,
26
scalacOptions ++= Seq(
27
"-unchecked",
0 commit comments