Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit e0c0f68

Browse files
committed
Upgrade Scala
1 parent 898fbf6 commit e0c0f68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
jdk: oraclejdk8
44
scala:
55
- 2.11.11
6-
- 2.12.4
6+
- 2.12.6
77
sbt_args: -mem 2000
88
script:
99
- sbt "++ ${TRAVIS_SCALA_VERSION}!" scalafmtCheck Test/scalafmtCheck scalafmtSbtCheck test

project/Versions.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ object Versions {
77
val CuratorVersion = "4.0.0"
88
val MinitestVersion = "2.0.0"
99
val JDKVersion = "1.8"
10-
val Scala_2_12_Version = "2.12.5"
11-
val Scala_2_11_Version = "2.11.11"
10+
val Scala_2_12_Version = "2.12.6"
11+
val Scala_2_11_Version = "2.11.12"
1212
val Avro4sVersion = "1.8.3"
1313
val CrossScalaVersions = Seq(Scala_2_12_Version, Scala_2_11_Version)
1414
}

0 commit comments

Comments
 (0)