Skip to content

Commit 2b5a566

Browse files
Update scala-library, scalap to 2.13.17 (#228)
* Update scala-library, scalap to 2.13.17 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 1ddcc6a commit 2b5a566

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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, macos-latest]
26-
scala: [2.13.16]
26+
scala: [2.13.17]
2727
java:
2828
- zulu@8
2929
- temurin@11
@@ -102,7 +102,7 @@ jobs:
102102
strategy:
103103
matrix:
104104
os: [ubuntu-latest]
105-
scala: [2.13.16]
105+
scala: [2.13.17]
106106
java: [zulu@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.16)
157+
- name: Download target directories (2.13.17)
158158
uses: actions/download-artifact@v4
159159
with:
160-
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
160+
name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
161161

162-
- name: Inflate target directories (2.13.16)
162+
- name: Inflate target directories (2.13.17)
163163
run: |
164164
tar xf targets.tar
165165
rm targets.tar

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
val buildName = "jardiff"
22

33
val scala212Version = "2.12.20"
4-
val scala213Version = "2.13.16"
4+
val scala213Version = "2.13.17"
55

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