Skip to content

Commit 85eb192

Browse files
authored
Merge pull request #129 from SethTisue/version-bumps
version bumps
2 parents d7569ae + ddde061 commit 85eb192

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.17
1+
sbt.version=0.13.18

0 commit comments

Comments
 (0)