Skip to content

Commit 5c937f1

Browse files
committed
Update scala-compiler, scala-library, ... to 2.13.16
1 parent b95353b commit 5c937f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
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.15]
26+
scala: [2.13.16]
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.15]
78+
scala: [2.13.16]
7979
java: [temurin@17]
8080
runs-on: ${{ matrix.os }}
8181
steps:

project/Commons.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ object Commons extends ProjectGroup("commons") {
6868
Developer("ddworak", "Dawid Dworak", "[email protected]", url("https://github.com/ddworak")),
6969
),
7070

71-
scalaVersion := "2.13.15",
71+
scalaVersion := "2.13.16",
7272
compileOrder := CompileOrder.Mixed,
7373

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

0 commit comments

Comments
 (0)