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 a6bddfc commit 40a710aCopy full SHA for 40a710a
.travis.yml
@@ -2,7 +2,7 @@ sudo: required
2
dist: trusty
3
language: scala
4
scala:
5
- - 2.12.4
+ - 2.12.6
6
- 2.11.12
7
- 2.13.0-M3
8
env:
@@ -12,4 +12,4 @@ before_script:
12
- jdk_switcher use $JDK
13
script:
14
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test
15
-- git diff --exit-code # check scalariform
+- git diff --exit-code # check scalariform
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
object Version {
val logback = "1.2.3"
val mockito = "1.10.19"
- val scala = "2.12.4"
+ val scala = "2.12.6"
val crossScala = List(scala, "2.11.12", "2.13.0-M3")
val scalaTest = "3.0.5-M1" // only version available for 2.13.0-M3; otherwise same as 3.0.4
9
val slf4j = "1.7.25"
0 commit comments