Skip to content

Commit c922323

Browse files
Update scala-library to 2.13.14 (#44)
* Update scala-library to 2.13.14 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --------- Co-authored-by: PJ Fanning <[email protected]>
1 parent 74967eb commit c922323

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.13.13, 2.12.19, 3.3.3]
26+
scala: [2.13.14, 2.12.19, 3.3.3]
2727
java: [zulu@8, zulu@11, zulu@17]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
matrix:
7979
os: [ubuntu-latest]
80-
scala: [2.13.13]
80+
scala: [2.13.14]
8181
java: [zulu@8]
8282
runs-on: ${{ matrix.os }}
8383
steps:
@@ -110,12 +110,12 @@ jobs:
110110
java-version: 17
111111
cache: sbt
112112

113-
- name: Download target directories (2.13.13)
113+
- name: Download target directories (2.13.14)
114114
uses: actions/download-artifact@v4
115115
with:
116-
name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }}
116+
name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}
117117

118-
- name: Inflate target directories (2.13.13)
118+
- name: Inflate target directories (2.13.14)
119119
run: |
120120
tar xf targets.tar
121121
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val pekkoVersion = "1.0.2"
1010
val pekkoHttpVersion = "1.0.1"
1111
val jacksonVersion = "2.17.1"
1212
val slf4jVersion = "2.0.13"
13-
val scala213 = "2.13.13"
13+
val scala213 = "2.13.14"
1414

1515
ThisBuild / scalaVersion := scala213
1616
ThisBuild / crossScalaVersions := Seq(scala213, "2.12.19", "3.3.3")

0 commit comments

Comments
 (0)