Skip to content

Commit 22bfcda

Browse files
Georg DietrichGeorg Dietrich
authored andcommitted
updated to Scala 2.12.6
1 parent 4e5b504 commit 22bfcda

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
@@ -11,7 +11,7 @@ matrix:
1111
after_success:
1212
- bash <(curl -s https://codecov.io/bash)
1313

14-
- scala: 2.12.4
14+
- scala: 2.12.6
1515
jdk: oraclejdk8
1616
script: ./sbt "+++$TRAVIS_SCALA_VERSION clean" "+++$TRAVIS_SCALA_VERSION test" # "+++$TRAVIS_SCALA_VERSION mimaReportBinaryIssues"
1717

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ val scroogeVersion = "4.12.0"
99

1010
val sharedSettings = mimaDefaultSettings ++ scalariformSettings ++ Seq(
1111
organization := "com.twitter.forked",
12-
scalaVersion := "2.12.4",
13-
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.4"),
12+
scalaVersion := "2.12.6",
13+
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6"),
1414
scalacOptions ++= Seq("-unchecked", "-deprecation"),
1515
ScalariformKeys.preferences := formattingPreferences,
1616

0 commit comments

Comments
 (0)