Skip to content

Commit bb12a6f

Browse files
scala-stewardddworak
authored andcommitted
Update scala-compiler, scala-library, ... to 2.13.16
1 parent fbb5483 commit bb12a6f

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.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

Lines changed: 1 addition & 1 deletion
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)