Skip to content

Commit fd138a8

Browse files
committed
Bump to Java 17
1 parent c290904 commit fd138a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: true
2525
- uses: coursier/setup-action@v1
2626
with:
27-
jvm: "adopt:1.8"
27+
jvm: "adoptium:1.17"
2828
- uses: coursier/cache-action@v6
2929
- name: Unit tests
3030
run: sbt test
@@ -40,7 +40,7 @@ jobs:
4040
submodules: true
4141
- uses: coursier/setup-action@v1
4242
with:
43-
jvm: "adopt:1.8"
43+
jvm: "adoptium:1.17"
4444
- name: Integration tests
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For development you only need to clone [scaladex]:
2525
You will need the following tools installed:
2626

2727
* git
28-
* Java 1.8
28+
* Java 1.17
2929
* the [sbt](https://www.scala-sbt.org/) build tool
3030
* a Scala code editor:
3131
* [VSCode](https://code.visualstudio.com/) with [Metals](https://scalameta.org/metals/)

0 commit comments

Comments
 (0)