File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 23
23
strategy :
24
24
matrix :
25
25
os : [ubuntu-latest, macos-latest]
26
- scala : [2.12.17 ]
26
+ scala : [2.12.18 ]
27
27
java : [temurin@8, graal_22.3.0@17]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
71
71
strategy :
72
72
matrix :
73
73
os : [ubuntu-latest]
74
- scala : [2.12.17 ]
74
+ scala : [2.12.18 ]
75
75
java : [temurin@8]
76
76
runs-on : ${{ matrix.os }}
77
77
steps :
@@ -98,12 +98,12 @@ jobs:
98
98
github-token : ${{ secrets.GITHUB_TOKEN }}
99
99
cache : sbt
100
100
101
- - name : Download target directories (2.12.17 )
101
+ - name : Download target directories (2.12.18 )
102
102
uses : actions/download-artifact@v3
103
103
with :
104
- name : target-${{ matrix.os }}-2.12.17 -${{ matrix.java }}
104
+ name : target-${{ matrix.os }}-2.12.18 -${{ matrix.java }}
105
105
106
- - name : Inflate target directories (2.12.17 )
106
+ - name : Inflate target directories (2.12.18 )
107
107
run : |
108
108
tar xf targets.tar
109
109
rm targets.tar
Original file line number Diff line number Diff line change 16
16
17
17
name := " sbt-github-actions"
18
18
19
- lazy val scala212 = " 2.12.17 "
19
+ lazy val scala212 = " 2.12.18 "
20
20
ThisBuild / organization := " com.github.sbt"
21
21
ThisBuild / crossScalaVersions := Seq (scala212)
22
22
ThisBuild / scalaVersion := scala212
@@ -58,7 +58,7 @@ publishMavenStyle := true
58
58
scalacOptions +=
59
59
" -Xlint:_,-missing-interpolator"
60
60
61
- libraryDependencies += " org.specs2" %% " specs2-core" % " 4.12.12 " % Test
61
+ libraryDependencies += " org.specs2" %% " specs2-core" % " 4.19.2 " % Test
62
62
63
63
enablePlugins(SbtPlugin )
64
64
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- libraryDependencies += " org.yaml" % " snakeyaml" % " 1.29 "
17
+ libraryDependencies += " org.yaml" % " snakeyaml" % " 2.0 "
Original file line number Diff line number Diff line change 1
- sbt.version =1.9.0
1
+ sbt.version =1.9.3
You can’t perform that action at this time.
0 commit comments