Skip to content

Commit e9d66cd

Browse files
masahitojptsuyoshizawa
authored andcommitted
add openjdk11 (#125)
1 parent 6349117 commit e9d66cd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: scala
22
scala:
3-
- 2.12.7
3+
- 2.12.8
44
- 2.11.12
55
- 2.13.0-M5
66
jdk:
77
- oraclejdk8
8+
- openjdk11
89
notifications:
910
webhooks:
1011
urls:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ lazy val scalaOAuth2ProviderSettings =
1111
Defaults.coreDefaultSettings ++
1212
Seq(
1313
organization := "com.nulab-inc",
14-
scalaVersion := "2.12.7",
15-
crossScalaVersions := Seq("2.12.7", "2.11.12", "2.13.0-M5"),
14+
scalaVersion := "2.12.8",
15+
crossScalaVersions := Seq("2.12.8", "2.11.12", "2.13.0-M5"),
1616
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
1717
scalacOptions ++= unusedWarnings,
1818
publishTo := {

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.6
1+
sbt.version=1.2.8

0 commit comments

Comments
 (0)