Skip to content

Commit c7db052

Browse files
authored
Merge pull request #209 from typelevel/update/scala3-library-3.1.3
Update scala3-library, ... to 3.1.3
2 parents f96947e + 77a2525 commit c7db052

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [3.1.0, 2.12.15, 2.13.8]
31+
scala: [3.1.3, 2.12.15, 2.13.8]
3232
java: [temurin@8]
3333
project: [rootJS, rootJVM]
3434
runs-on: ${{ matrix.os }}
@@ -147,22 +147,22 @@ jobs:
147147
~/Library/Caches/Coursier/v1
148148
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
149149

150-
- name: Download target directories (3.1.0, rootJS)
150+
- name: Download target directories (3.1.3, rootJS)
151151
uses: actions/download-artifact@v2
152152
with:
153-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.0-rootJS
153+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJS
154154

155-
- name: Inflate target directories (3.1.0, rootJS)
155+
- name: Inflate target directories (3.1.3, rootJS)
156156
run: |
157157
tar xf targets.tar
158158
rm targets.tar
159159
160-
- name: Download target directories (3.1.0, rootJVM)
160+
- name: Download target directories (3.1.3, rootJVM)
161161
uses: actions/download-artifact@v2
162162
with:
163-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.0-rootJVM
163+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJVM
164164

165-
- name: Inflate target directories (3.1.0, rootJVM)
165+
- name: Inflate target directories (3.1.3, rootJVM)
166166
run: |
167167
tar xf targets.tar
168168
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ThisBuild / tlBaseVersion := "1.0"
33
ThisBuild / developers += tlGitHubDev("mpilquist", "Michael Pilquist")
44
ThisBuild / startYear := Some(2021)
55

6-
ThisBuild / crossScalaVersions := List("3.1.0", "2.12.15", "2.13.8")
6+
ThisBuild / crossScalaVersions := List("3.1.3", "2.12.15", "2.13.8")
77
ThisBuild / tlVersionIntroduced := Map("3" -> "1.0.2")
88

99
lazy val root = tlCrossRootProject.aggregate(core, munit)

0 commit comments

Comments
 (0)