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 bee0d74 commit 590dd02Copy full SHA for 590dd02
.travis.yml
@@ -5,7 +5,7 @@ language: scala
5
sudo: false
6
scala:
7
- 2.11.12
8
- - 2.12.6
+ - 2.12.7
9
jdk:
10
- oraclejdk8
11
matrix:
project/common.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Common {
4
import Keys._
- val defaultScalaVersion = "2.12.6"
+ val defaultScalaVersion = "2.12.7"
val testSettings:Seq[Setting[_]] = Seq(
testOptions in Test += Tests.Cleanup { loader =>
@@ -15,7 +15,7 @@ object Common {
15
val settings: Seq[Setting[_]] = Seq(
16
version := "1.0.0-SNAPSHOT",
17
18
- crossScalaVersions := Seq("2.11.12", "2.12.6"),
+ crossScalaVersions := Seq("2.11.12", "2.12.7"),
19
20
scalaVersion := defaultScalaVersion,
21
0 commit comments