Skip to content

Commit 59e2f9f

Browse files
committed
DO NOT MERGE - use 2.12 nightly for testing
1 parent bed5987 commit 59e2f9f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ language: scala
77
scala:
88
- 3.0.0
99
- 2.11.12
10-
- 2.12.14
10+
- 2.12.15-bin-92c21f2
1111
- 2.13.6
1212

1313
env:

build.sbt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ThisBuild / resolvers += "scala-integration" at
2+
"https://scala-ci.typesafe.com/artifactory/scala-integration/"
3+
14
val disableDocs =
25
sys.props("nodocs") == "true" ||
36
// on jdk 11 https://github.com/scala/scala-java8-compat/issues/160, seems to fail the build (not on 8)

0 commit comments

Comments
 (0)