Skip to content

Commit bba5ed1

Browse files
authored
Merge pull request #66 from http4s/update/series/0.23/scala-library-2.13.10
Update scala-library to 2.13.10 in series/0.23
2 parents ab9bafa + 59b6c90 commit bba5ed1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-latest]
32-
scala: [2.12.17, 2.13.8, 3.2.1]
32+
scala: [2.12.17, 2.13.10, 3.2.1]
3333
java: [temurin@8, temurin@11, temurin@17]
3434
exclude:
3535
- scala: 2.12.17
@@ -155,7 +155,7 @@ jobs:
155155
strategy:
156156
matrix:
157157
os: [ubuntu-latest]
158-
scala: [2.13.8]
158+
scala: [2.13.10]
159159
java: [temurin@8]
160160
runs-on: ${{ matrix.os }}
161161
steps:
@@ -234,12 +234,12 @@ jobs:
234234
tar xf targets.tar
235235
rm targets.tar
236236
237-
- name: Download target directories (2.13.8)
237+
- name: Download target directories (2.13.10)
238238
uses: actions/download-artifact@v2
239239
with:
240-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8
240+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10
241241

242-
- name: Inflate target directories (2.13.8)
242+
- name: Inflate target directories (2.13.10)
243243
run: |
244244
tar xf targets.tar
245245
rm targets.tar
@@ -273,7 +273,7 @@ jobs:
273273
strategy:
274274
matrix:
275275
os: [ubuntu-latest]
276-
scala: [2.13.8]
276+
scala: [2.13.10]
277277
java: [temurin@8]
278278
runs-on: ${{ matrix.os }}
279279
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ThisBuild / developers := List(
55
ThisBuild / startYear := Some(2014)
66

77
val Scala212 = "2.12.17"
8-
val Scala213 = "2.13.8"
8+
val Scala213 = "2.13.10"
99
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.2.1")
1010
ThisBuild / scalaVersion := Scala213
1111
ThisBuild / tlSkipIrrelevantScalas := true

0 commit comments

Comments
 (0)