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 2e6039d commit 4f3357aCopy full SHA for 4f3357a
build.sbt
@@ -12,8 +12,8 @@ val ScalatestVersion = "3.0.0"
12
13
val appSettings = Seq(
14
organization := Org,
15
- scalaVersion := "2.11.8",
16
- crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-RC2"),
+ scalaVersion := "2.12.0",
+ crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0"),
17
fork in Test := false,
18
publishMavenStyle := true,
19
publishArtifact in Test := false,
0 commit comments