We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a33d5 commit 8c5feabCopy full SHA for 8c5feab
.travis.yml
@@ -6,6 +6,7 @@ scala:
6
- 2.13.0-M5
7
jdk:
8
- oraclejdk8
9
+ - openjdk11
10
env:
11
global:
12
project/plugins.sbt
@@ -1,7 +1,7 @@
1
if (System.getProperty("java.version").startsWith("1."))
2
Seq()
3
else
4
- // override to version that works on Java 9,
+ // override to version that works on Java 11,
5
// see https://github.com/scala/sbt-scala-module/issues/35
Seq(addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.3"))
0 commit comments