Skip to content

Commit e9b4d63

Browse files
committed
Update scala-compiler, scala-library, ... to 2.13.15
1 parent bed0a13 commit e9b4d63

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
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest]
27-
scala: [2.13.14]
27+
scala: [2.13.15]
2828
java: [temurin@17, temurin@21]
2929
runs-on: ${{ matrix.os }}
3030
steps:
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
matrix:
8787
os: [ubuntu-latest]
88-
scala: [2.13.14]
88+
scala: [2.13.15]
8989
java: [temurin@17]
9090
runs-on: ${{ matrix.os }}
9191
steps:

project/Commons.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ object Commons extends ProjectGroup("commons") {
6969
Developer("ghik", "Roman Janusz", "[email protected]", url("https://github.com/ghik")),
7070
),
7171

72-
scalaVersion := "2.13.14",
72+
scalaVersion := "2.13.15",
7373
compileOrder := CompileOrder.Mixed,
7474

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

0 commit comments

Comments
 (0)