Skip to content

Commit 0cacb69

Browse files
committed
Upgrade Scala 2.12
1 parent a348efe commit 0cacb69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: scala
22

33
scala:
44
- 2.11.11
5-
- 2.12.3
5+
- 2.12.4
66
jdk:
77
- oraclejdk8
88

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lazy val sample = (project in file("sample"))
3737
.dependsOn(core)
3838

3939
lazy val Scala211 = "2.11.11"
40-
lazy val Scala212 = "2.12.3"
40+
lazy val Scala212 = "2.12.4"
4141

4242
lazy val commonSettings = Seq(
4343
organization := "com.okumin",

0 commit comments

Comments
 (0)