We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed0a13 commit e9b4d63Copy full SHA for e9b4d63
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
matrix:
26
os: [ubuntu-latest]
27
- scala: [2.13.14]
+ scala: [2.13.15]
28
java: [temurin@17, temurin@21]
29
runs-on: ${{ matrix.os }}
30
steps:
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
java: [temurin@17]
90
91
project/Commons.scala
@@ -69,7 +69,7 @@ object Commons extends ProjectGroup("commons") {
69
Developer("ghik", "Roman Janusz", "[email protected]", url("https://github.com/ghik")),
70
),
71
72
- scalaVersion := "2.13.14",
+ scalaVersion := "2.13.15",
73
compileOrder := CompileOrder.Mixed,
74
75
githubWorkflowTargetTags ++= Seq("v*"),
0 commit comments