File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 27
27
strategy :
28
28
matrix :
29
29
os : [ubuntu-latest]
30
- scala : [2.13.5, 3.0.0-RC2 ]
30
+ scala : [2.13.5, 3.0.0-RC3 ]
31
31
32
32
runs-on : ${{ matrix.os }}
33
33
steps :
@@ -111,12 +111,12 @@ jobs:
111
111
tar xf targets.tar
112
112
rm targets.tar
113
113
114
- - name : Download target directories (3.0.0-RC2 )
114
+ - name : Download target directories (3.0.0-RC3 )
115
115
uses : actions/download-artifact@v2
116
116
with :
117
- name : target-${{ matrix.os }}-3.0.0-RC2 -${{ matrix.java }}
117
+ name : target-${{ matrix.os }}-3.0.0-RC3 -${{ matrix.java }}
118
118
119
- - name : Inflate target directories (3.0.0-RC2 )
119
+ - name : Inflate target directories (3.0.0-RC3 )
120
120
run : |
121
121
tar xf targets.tar
122
122
rm targets.tar
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ inThisBuild(
9
9
description := " String diff for Scala" ,
10
10
crossScalaVersions := Seq (
11
11
ScalaVersions .v213,
12
- ScalaVersions .v3RC2
12
+ ScalaVersions .v3RC3
13
13
),
14
14
Test / publishArtifact := false ,
15
15
Test / parallelExecution := false ,
@@ -39,7 +39,7 @@ lazy val stringdiff =
39
39
.settings(
40
40
ScalaOptions .fixOptions,
41
41
libraryDependencies ++= Seq (
42
- " org.scalatest" %%% " scalatest" % " 3.2.7 " % Test
42
+ " org.scalatest" %%% " scalatest" % " 3.2.8 " % Test
43
43
)
44
44
)
45
45
Original file line number Diff line number Diff line change 1
1
object ScalaVersions {
2
2
val v213 = " 2.13.5"
3
- val v3RC2 = " 3.0.0-RC2 "
3
+ val v3RC3 = " 3.0.0-RC3 "
4
4
}
Original file line number Diff line number Diff line change 1
- sbt.version =1.5.0-RC2
1
+ sbt.version =1.5.1
You can’t perform that action at this time.
0 commit comments