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.
2 parents a56e998 + a94be59 commit e645744Copy full SHA for e645744
.travis.yml
@@ -9,6 +9,6 @@ script:
9
scala:
10
- 2.10.6
11
- 2.11.8
12
- - 2.12.0
+ - 2.12.1
13
jdk:
14
- oraclejdk8
build.sbt
@@ -1,7 +1,7 @@
1
import sbt.Keys._
2
import org.scalajs.sbtplugin.cross.CrossProject
3
4
-crossScalaVersions := Seq("2.10.4", "2.11.8", "2.12.0")
+crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1")
5
6
val commonSettings: Seq[Setting[_]] = Seq(
7
version := "0.1.1-SNAPSHOT",
0 commit comments