Skip to content

Commit c624fbc

Browse files
committed
add JDK 17 to CI (and some version bumps)
empty .jvmopts is to work around dwijnand/sbt-extras#326
1 parent 2b9afd3 commit c624fbc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.jvmopts

Whitespace-only changes.

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ language: scala
66

77
scala:
88
- 3.0.0
9-
- 3.0.0-RC3
10-
- 2.13.5
9+
- 2.13.6
1110

1211
env:
1312
- ADOPTOPENJDK=8
1413
- ADOPTOPENJDK=11
15-
- ADOPTOPENJDK=16
14+
- ADOPTOPENJDK=17
1615

1716
install:
1817
- git fetch --tags # get all tags for sbt-dynver

0 commit comments

Comments
 (0)