Skip to content

Commit 383b8ee

Browse files
authored
Support Scala 3.1.3 (#106)
1 parent 4db1643 commit 383b8ee

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- 3.1.0
4242
- 3.1.1
4343
- 3.1.2
44+
- 3.1.3
4445
4546
runs-on: ${{ matrix.os }}
4647
steps:
@@ -244,6 +245,16 @@ jobs:
244245
tar xf targets.tar
245246
rm targets.tar
246247
248+
- name: Download target directories (3.1.3)
249+
uses: actions/download-artifact@v2
250+
with:
251+
name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }}
252+
253+
- name: Inflate target directories (3.1.3)
254+
run: |
255+
tar xf targets.tar
256+
rm targets.tar
257+
247258
- uses: olafurpg/setup-gpg@v3
248259

249260
- run: sbt ++${{ matrix.scala }} ci-release

.mergify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pull_request_rules:
1616
- status-success="Build and Test (ubuntu-latest, 3.1.0, [email protected])"
1717
- status-success="Build and Test (ubuntu-latest, 3.1.1, [email protected])"
1818
- status-success="Build and Test (ubuntu-latest, 3.1.2, [email protected])"
19+
- status-success="Build and Test (ubuntu-latest, 3.1.3, [email protected])"
1920
actions:
2021
merge:
2122
method: merge

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The plugin is currently published for the following Scala versions:
3838
- 2.12.13, 2.12.14, 2.12.15
3939
- 2.13.5, 2.13.6, 2.13.7, 2.13.8
4040
- 3.0.0, 3.0.1, 3.0.2
41-
- 3.1.0, 3.1.1, 3.1.2
41+
- 3.1.0, 3.1.1, 3.1.2, 3.1.3
4242
<!-- SCALA VERSIONS END -->
4343

4444
For older Scala versions, see [previous versions of better-tostring](https://repo1.maven.org/maven2/org/polyvariant) ([or even older versions](https://repo1.maven.org/maven2/org/polyvariant)).

scala-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
3.1.0
1212
3.1.1
1313
3.1.2
14+
3.1.3

0 commit comments

Comments
 (0)