Upgrade to JDK11 including dependencies (#230)

This commit is contained in:
Taro L. Saito 2019-03-29 13:27:47 -07:00 committed by GitHub
parent 9ad35088c3
commit 9df6ed7bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 11 deletions

View File

@ -6,10 +6,11 @@ services:
language: scala
scala:
- 2.12.4
- 2.12.8
jdk:
- oraclejdk8
- openjdk8
- openjdk11
script:
- ./script/travis-deploy.sh

View File

@ -55,7 +55,7 @@ pomExtra := {
</scm>
}
scalaVersion in ThisBuild := "2.12.4"
scalaVersion in ThisBuild := "2.12.8"
javacOptions in (Compile, compile) ++= Seq("-encoding", "UTF-8", "-Xlint:unchecked", "-Xlint:deprecation", "-source", "1.7", "-target", "1.7")

View File

@ -1,2 +1,2 @@
sbt.version=1.0.3
sbt.version=1.2.8

View File

@ -1,8 +1,8 @@
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2")
addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.0.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.2")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC13")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.3.0")
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.1.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M7")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")