Skip to content

Commit 8b54923

Browse files
committed
Bump Scala versions
1 parent 766ab48 commit 8b54923

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 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.11.12, 2.12.11, 2.13.3, 3.0.0-RC1]
29+
scala: [2.11.12, 2.12.13, 2.13.5, 3.0.0-RC1]
3030
3131
runs-on: ${{ matrix.os }}
3232
steps:
@@ -109,22 +109,22 @@ jobs:
109109
tar xf targets.tar
110110
rm targets.tar
111111
112-
- name: Download target directories (2.12.11)
112+
- name: Download target directories (2.12.13)
113113
uses: actions/download-artifact@v2
114114
with:
115-
name: target-${{ matrix.os }}-2.12.11-${{ matrix.java }}
115+
name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }}
116116

117-
- name: Inflate target directories (2.12.11)
117+
- name: Inflate target directories (2.12.13)
118118
run: |
119119
tar xf targets.tar
120120
rm targets.tar
121121
122-
- name: Download target directories (2.13.3)
122+
- name: Download target directories (2.13.5)
123123
uses: actions/download-artifact@v2
124124
with:
125-
name: target-${{ matrix.os }}-2.13.3-${{ matrix.java }}
125+
name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }}
126126

127-
- name: Inflate target directories (2.13.3)
127+
- name: Inflate target directories (2.13.5)
128128
run: |
129129
tar xf targets.tar
130130
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ThisBuild / organizationName := "Scodec"
1313
ThisBuild / homepage := Some(url("https://github.com/scodec/scodec-bits"))
1414
ThisBuild / startYear := Some(2013)
1515

16-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.3", "3.0.0-RC1")
16+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.13", "2.13.5", "3.0.0-RC1")
1717

1818
ThisBuild / strictSemVer := false
1919

0 commit comments

Comments
 (0)