We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a348efe commit 0cacb69Copy full SHA for 0cacb69
2 files changed
.travis.yml
@@ -2,7 +2,7 @@ language: scala
2
3
scala:
4
- 2.11.11
5
- - 2.12.3
+ - 2.12.4
6
jdk:
7
- oraclejdk8
8
build.sbt
@@ -37,7 +37,7 @@ lazy val sample = (project in file("sample"))
37
.dependsOn(core)
38
39
lazy val Scala211 = "2.11.11"
40
-lazy val Scala212 = "2.12.3"
+lazy val Scala212 = "2.12.4"
41
42
lazy val commonSettings = Seq(
43
organization := "com.okumin",
0 commit comments