Skip to content

Commit 1f6f348

Browse files
Update scala-library, scalap to 2.13.15 (#197)
* Update scala-library, scalap to 2.13.15 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 5ceb26e commit 1f6f348

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.14]
26+
scala: [2.13.15]
2727
java:
2828
- temurin@8
2929
- temurin@11
@@ -102,7 +102,7 @@ jobs:
102102
strategy:
103103
matrix:
104104
os: [ubuntu-latest]
105-
scala: [2.13.14]
105+
scala: [2.13.15]
106106
java: [temurin@8]
107107
runs-on: ${{ matrix.os }}
108108
steps:
@@ -154,12 +154,12 @@ jobs:
154154
- name: Setup sbt
155155
uses: sbt/setup-sbt@v1
156156

157-
- name: Download target directories (2.13.14)
157+
- name: Download target directories (2.13.15)
158158
uses: actions/download-artifact@v4
159159
with:
160-
name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}
160+
name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }}
161161

162-
- name: Inflate target directories (2.13.14)
162+
- name: Inflate target directories (2.13.15)
163163
run: |
164164
tar xf targets.tar
165165
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.14"
4+
val scala213Version = "2.13.15"
55

66
inThisBuild(Seq[Setting[_]](
77
organization := "com.lightbend",
8-
scalaVersion := "2.13.14",
8+
scalaVersion := "2.13.15",
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)