Skip to content

Commit 79a5b37

Browse files
committed
Scala 2.12.8
1 parent e7628ab commit 79a5b37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jdk:
44
- oraclejdk8
55
scala:
66
- 2.11.12
7-
- 2.12.7
7+
- 2.12.8
88
sudo: false
99
script:
1010
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lazy val scalikejdbcVersion = "3.3.5"
33
lazy val mauricioVersion = "0.2.21" // provided
44
lazy val postgresqlVersion = "42.2.2"
55
val Scala211 = "2.11.12"
6-
val Scala212 = "2.12.7"
6+
val Scala212 = "2.12.8"
77

88
crossScalaVersions := Seq(Scala212, Scala211)
99

0 commit comments

Comments
 (0)