Skip to content

Commit ddde061

Browse files
committed
Scala 2.12.8 (was 2.12.6)
1 parent aa5d877 commit ddde061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ scala:
99
# no 2.13 for now in cross-build because of
1010
# https://github.com/scala/scala-java8-compat/issues/97
1111
- 2.11.12
12-
- 2.12.6
12+
- 2.12.8
1313

1414
env:
1515
global:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import ScalaModulePlugin._
22

33
// no 2.13 for now in cross-build because of
44
// https://github.com/scala/scala-java8-compat/issues/97
5-
crossScalaVersions in ThisBuild := List("2.12.6", "2.11.12")
5+
crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12")
66

77
val disableDocs = sys.props("nodocs") == "true"
88

0 commit comments

Comments
 (0)