We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95353b commit 5c937f1Copy full SHA for 5c937f1
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest]
26
- scala: [2.13.15]
+ scala: [2.13.16]
27
java: [temurin@17, temurin@21]
28
runs-on: ${{ matrix.os }}
29
steps:
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
java: [temurin@17]
80
81
project/Commons.scala
@@ -68,7 +68,7 @@ object Commons extends ProjectGroup("commons") {
68
Developer("ddworak", "Dawid Dworak", "[email protected]", url("https://github.com/ddworak")),
69
),
70
71
- scalaVersion := "2.13.15",
+ scalaVersion := "2.13.16",
72
compileOrder := CompileOrder.Mixed,
73
74
githubWorkflowTargetTags ++= Seq("v*"),
0 commit comments