Skip to content

Commit 1834095

Browse files
committed
Update scala-compiler, scala-library, ... to 2.13.17
1 parent 7d60159 commit 1834095

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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.16]
26+
scala: [2.13.17]
2727
java: [temurin@17, temurin@21]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
matrix:
7777
os: [ubuntu-latest]
78-
scala: [2.13.16]
78+
scala: [2.13.17]
7979
java: [temurin@17]
8080
runs-on: ${{ matrix.os }}
8181
steps:

project/Commons.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ object Commons extends ProjectGroup("commons") {
6565
Developer("ddworak", "Dawid Dworak", "d.dworak@avsystem.com", url("https://github.com/ddworak")),
6666
),
6767

68-
scalaVersion := "2.13.16",
68+
scalaVersion := "2.13.17",
6969
compileOrder := CompileOrder.Mixed,
7070

7171
githubWorkflowTargetTags ++= Seq("v*"),

0 commit comments

Comments
 (0)