We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d60159 commit 1834095Copy full SHA for 1834095
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest]
26
- scala: [2.13.16]
+ scala: [2.13.17]
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
@@ -65,7 +65,7 @@ object Commons extends ProjectGroup("commons") {
65
Developer("ddworak", "Dawid Dworak", "[email protected]", url("https://github.com/ddworak")),
66
),
67
68
- scalaVersion := "2.13.16",
+ scalaVersion := "2.13.17",
69
compileOrder := CompileOrder.Mixed,
70
71
githubWorkflowTargetTags ++= Seq("v*"),
0 commit comments