Skip to content

Commit c390bb1

Browse files
Update scala-library, scalap to 2.13.14 (#182)
1 parent f1a13c6 commit c390bb1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest, macos-12]
26-
scala: [2.13.13]
26+
scala: [2.13.14]
2727
java:
2828
- temurin@8
2929
- temurin@11
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
matrix:
101101
os: [ubuntu-latest]
102-
scala: [2.13.13]
102+
scala: [2.13.14]
103103
java: [temurin@8]
104104
runs-on: ${{ matrix.os }}
105105
steps:
@@ -148,12 +148,12 @@ jobs:
148148
java-version: 22
149149
cache: sbt
150150

151-
- name: Download target directories (2.13.13)
151+
- name: Download target directories (2.13.14)
152152
uses: actions/download-artifact@v4
153153
with:
154-
name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }}
154+
name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}
155155

156-
- name: Inflate target directories (2.13.13)
156+
- name: Inflate target directories (2.13.14)
157157
run: |
158158
tar xf targets.tar
159159
rm targets.tar

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
val buildName = "jardiff"
22

33
val scala212Version = "2.12.19"
4-
val scala213Version = "2.13.13"
4+
val scala213Version = "2.13.14"
55

66
inThisBuild(Seq[Setting[_]](
77
organization := "com.lightbend",
8-
scalaVersion := "2.13.13",
8+
scalaVersion := "2.13.14",
99
startYear := Some(2017),
1010
organizationName := "Lightbend Inc. <https://www.lightbend.com>",
1111
licenses := List(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt"))),

0 commit comments

Comments
 (0)