File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest]
26- scala : [2.13.14 , 2.12.20, 3.3.4]
26+ scala : [2.13.15 , 2.12.20, 3.3.4]
2727 java : [zulu@8, zulu@11, zulu@17]
2828 runs-on : ${{ matrix.os }}
2929 steps :
7777 strategy :
7878 matrix :
7979 os : [ubuntu-latest]
80- scala : [2.13.14 ]
80+ scala : [2.13.15 ]
8181 java : [zulu@8]
8282 runs-on : ${{ matrix.os }}
8383 steps :
@@ -110,12 +110,12 @@ jobs:
110110 java-version : 17
111111 cache : sbt
112112
113- - name : Download target directories (2.13.14 )
113+ - name : Download target directories (2.13.15 )
114114 uses : actions/download-artifact@v4
115115 with :
116- name : target-${{ matrix.os }}-2.13.14 -${{ matrix.java }}
116+ name : target-${{ matrix.os }}-2.13.15 -${{ matrix.java }}
117117
118- - name : Inflate target directories (2.13.14 )
118+ - name : Inflate target directories (2.13.15 )
119119 run : |
120120 tar xf targets.tar
121121 rm targets.tar
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ val pekkoVersion = "1.1.1"
1010val pekkoHttpVersion = " 1.0.1"
1111val jacksonVersion = " 2.17.2"
1212val slf4jVersion = " 2.0.16"
13- val scala213 = " 2.13.14 "
13+ val scala213 = " 2.13.15 "
1414
1515ThisBuild / scalaVersion := scala213
1616ThisBuild / crossScalaVersions := Seq (scala213, " 2.12.20" , " 3.3.4" )
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.2.0 " )
1+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.2.1 " )
22
33addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.23.0" )
44
55addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.6.1" )
66
77addSbtPlugin(" com.thoughtworks.sbt-api-mappings" % " sbt-api-mappings" % " 3.0.2" )
8-
You can’t perform that action at this time.
0 commit comments