Skip to content

Commit f75bfce

Browse files
authored
Merge pull request #173 from scala-steward/update/scala3-library-3.0.2
Update scala3-library, ... to 3.0.2
2 parents bcacf6f + 1d50ebe commit f75bfce

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest]
29-
scala: [2.12.14, 2.13.6, 3.0.1]
29+
scala: [2.12.14, 2.13.6, 3.0.2]
3030
java: [adopt@1.8]
3131
runs-on: ${{ matrix.os }}
3232
steps:
@@ -131,12 +131,12 @@ jobs:
131131
tar xf targets.tar
132132
rm targets.tar
133133
134-
- name: Download target directories (3.0.1)
134+
- name: Download target directories (3.0.2)
135135
uses: actions/download-artifact@v2
136136
with:
137-
name: target-${{ matrix.os }}-3.0.1-${{ matrix.java }}
137+
name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }}
138138

139-
- name: Inflate target directories (3.0.1)
139+
- name: Inflate target directories (3.0.2)
140140
run: |
141141
tar xf targets.tar
142142
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ inThisBuild(
145145
publishGithubUser := "rossabaker",
146146
publishFullName := "Ross A. Baker",
147147
baseVersion := "1.1",
148-
crossScalaVersions := Seq("2.12.14", Scala213, "3.0.1"),
148+
crossScalaVersions := Seq("2.12.14", Scala213, "3.0.2"),
149149
scalaVersion := crossScalaVersions.value.filter(_.startsWith("2.")).last,
150150
versionIntroduced := Map(
151151
"3.0.0-RC1" -> "1.0.0",

0 commit comments

Comments
 (0)