Skip to content

Commit 4db1643

Browse files
committed
Add 3.1.2 support, remove 3.1.1 RCs
1 parent 38a81cb commit 4db1643

File tree

4 files changed

+10
-23
lines changed

4 files changed

+10
-23
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ jobs:
3939
- 3.0.1
4040
- 3.0.2
4141
- 3.1.0
42-
- 3.1.1-RC1
43-
- 3.1.1-RC2
4442
- 3.1.1
43+
- 3.1.2
4544
4645
runs-on: ${{ matrix.os }}
4746
steps:
@@ -225,32 +224,22 @@ jobs:
225224
tar xf targets.tar
226225
rm targets.tar
227226
228-
- name: Download target directories (3.1.1-RC1)
229-
uses: actions/download-artifact@v2
230-
with:
231-
name: target-${{ matrix.os }}-3.1.1-RC1-${{ matrix.java }}
232-
233-
- name: Inflate target directories (3.1.1-RC1)
234-
run: |
235-
tar xf targets.tar
236-
rm targets.tar
237-
238-
- name: Download target directories (3.1.1-RC2)
227+
- name: Download target directories (3.1.1)
239228
uses: actions/download-artifact@v2
240229
with:
241-
name: target-${{ matrix.os }}-3.1.1-RC2-${{ matrix.java }}
230+
name: target-${{ matrix.os }}-3.1.1-${{ matrix.java }}
242231

243-
- name: Inflate target directories (3.1.1-RC2)
232+
- name: Inflate target directories (3.1.1)
244233
run: |
245234
tar xf targets.tar
246235
rm targets.tar
247236
248-
- name: Download target directories (3.1.1)
237+
- name: Download target directories (3.1.2)
249238
uses: actions/download-artifact@v2
250239
with:
251-
name: target-${{ matrix.os }}-3.1.1-${{ matrix.java }}
240+
name: target-${{ matrix.os }}-3.1.2-${{ matrix.java }}
252241

253-
- name: Inflate target directories (3.1.1)
242+
- name: Inflate target directories (3.1.2)
254243
run: |
255244
tar xf targets.tar
256245
rm targets.tar

.mergify.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ pull_request_rules:
1414
- status-success="Build and Test (ubuntu-latest, 3.0.1, [email protected])"
1515
- status-success="Build and Test (ubuntu-latest, 3.0.2, [email protected])"
1616
- status-success="Build and Test (ubuntu-latest, 3.1.0, [email protected])"
17-
- status-success="Build and Test (ubuntu-latest, 3.1.1-RC1, [email protected])"
18-
- status-success="Build and Test (ubuntu-latest, 3.1.1-RC2, [email protected])"
1917
- status-success="Build and Test (ubuntu-latest, 3.1.1, [email protected])"
18+
- status-success="Build and Test (ubuntu-latest, 3.1.2, [email protected])"
2019
actions:
2120
merge:
2221
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-RC1, 3.1.1-RC2, 3.1.1
41+
- 3.1.0, 3.1.1, 3.1.2
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
3.0.1
1010
3.0.2
1111
3.1.0
12-
3.1.1-RC1
13-
3.1.1-RC2
1412
3.1.1
13+
3.1.2

0 commit comments

Comments
 (0)