Skip to content

Commit cdd65f7

Browse files
authored
scala 2.13.15 (#73)
1 parent 1bd0958 commit cdd65f7

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
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.14, 2.12.20, 3.3.4]
26+
scala: [2.13.15, 2.12.20, 3.3.4]
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.14]
80+
scala: [2.13.15]
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.14)
113+
- name: Download target directories (2.13.15)
114114
uses: actions/download-artifact@v4
115115
with:
116-
name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}
116+
name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }}
117117

118-
- name: Inflate target directories (2.13.14)
118+
- name: Inflate target directories (2.13.15)
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.1.1"
1010
val pekkoHttpVersion = "1.0.1"
1111
val jacksonVersion = "2.17.2"
1212
val slf4jVersion = "2.0.16"
13-
val scala213 = "2.13.14"
13+
val scala213 = "2.13.15"
1414

1515
ThisBuild / scalaVersion := scala213
1616
ThisBuild / crossScalaVersions := Seq(scala213, "2.12.20", "3.3.4")

project/plugins.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
1+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
22

33
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
44

55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
66

77
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
8-

0 commit comments

Comments
 (0)