We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d76f3b commit 03a90e6Copy full SHA for 03a90e6
.travis.yml
@@ -7,7 +7,7 @@ language: scala
7
scala:
8
- 3.0.0
9
- 2.11.12
10
- - 2.12.14
+ - 2.12.15-bin-92c21f2
11
- 2.13.6
12
13
env:
build.sbt
@@ -1,3 +1,6 @@
1
+ThisBuild / resolvers += "scala-integration" at
2
+ "https://scala-ci.typesafe.com/artifactory/scala-integration/"
3
+
4
val disableDocs =
5
sys.props("nodocs") == "true" ||
6
// on jdk 11 https://github.com/scala/scala-java8-compat/issues/160, seems to fail the build (not on 8)
0 commit comments