Commit 59703d7 1 parent 2e8352c commit 59703d7 Copy full SHA for 59703d7
File tree 6 files changed +6
-2
lines changed
6 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 29
29
with :
30
30
distribution : ' temurin'
31
31
java-version : ' 21'
32
+ - uses : sbt/setup-sbt@v1
32
33
- name : " Install PHP"
33
34
uses : " shivammathur/setup-php@v2"
34
35
with :
Original file line number Diff line number Diff line change 16
16
with :
17
17
distribution : ' temurin'
18
18
java-version : ' 22'
19
+ - uses : sbt/setup-sbt@v1
19
20
- name : " Install PHP"
20
21
uses : " shivammathur/setup-php@v2"
21
22
with :
Original file line number Diff line number Diff line change 17
17
distribution : ' temurin'
18
18
java-version : ${{ matrix.jvm }}
19
19
cache : " sbt"
20
+ - uses : sbt/setup-sbt@v1
20
21
- name : " Install PHP"
21
22
uses : " shivammathur/setup-php@v2"
22
23
with :
Original file line number Diff line number Diff line change 22
22
with :
23
23
distribution : ' temurin'
24
24
java-version : ' 21'
25
+ - uses : sbt/setup-sbt@v1
25
26
- name : " Install PHP"
26
27
uses : " shivammathur/setup-php@v2"
27
28
with :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ object Versions {
5
5
val scalatest = " 3.2.19"
6
6
val cats = " 3.5.4"
7
7
val json4s = " 4.0.7"
8
- val gradleTooling = " 8.8 "
8
+ val gradleTooling = " 8.9 "
9
9
val circe = " 0.14.9"
10
10
val requests = " 0.8.3"
11
11
val upickle = " 3.3.1"
Original file line number Diff line number Diff line change 1
- sbt.version =1.9.9
1
+ sbt.version =1.10.1
You can’t perform that action at this time.
0 commit comments