Skip to content

Commit 40a710a

Browse files
sullisanalytically
authored andcommitted
Scala 2.12.4 -> Scala 2.12.6 (#120)
1 parent a6bddfc commit 40a710a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: required
22
dist: trusty
33
language: scala
44
scala:
5-
- 2.12.4
5+
- 2.12.6
66
- 2.11.12
77
- 2.13.0-M3
88
env:
@@ -12,4 +12,4 @@ before_script:
1212
- jdk_switcher use $JDK
1313
script:
1414
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test
15-
- git diff --exit-code # check scalariform
15+
- git diff --exit-code # check scalariform

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object Version {
44
val logback = "1.2.3"
55
val mockito = "1.10.19"
6-
val scala = "2.12.4"
6+
val scala = "2.12.6"
77
val crossScala = List(scala, "2.11.12", "2.13.0-M3")
88
val scalaTest = "3.0.5-M1" // only version available for 2.13.0-M3; otherwise same as 3.0.4
99
val slf4j = "1.7.25"

0 commit comments

Comments
 (0)