File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
submodules : true
25
25
- uses : coursier/setup-action@v1
26
26
with :
27
- jvm : " adopt :1.8 "
27
+ jvm : " adoptium :1.17 "
28
28
- uses : coursier/cache-action@v6
29
29
- name : Unit tests
30
30
run : sbt test
40
40
submodules : true
41
41
- uses : coursier/setup-action@v1
42
42
with :
43
- jvm : " adopt :1.8 "
43
+ jvm : " adoptium :1.17 "
44
44
- name : Integration tests
45
45
env :
46
46
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ For development you only need to clone [scaladex]:
25
25
You will need the following tools installed:
26
26
27
27
* git
28
- * Java 1.8
28
+ * Java 1.17
29
29
* the [ sbt] ( https://www.scala-sbt.org/ ) build tool
30
30
* a Scala code editor:
31
31
* [ VSCode] ( https://code.visualstudio.com/ ) with [ Metals] ( https://scalameta.org/metals/ )
You can’t perform that action at this time.
0 commit comments