We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708bc48 commit 6517740Copy full SHA for 6517740
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [2.13.15]
+ scala: [2.13.16]
26
java: [temurin@11, temurin@17, temurin@21]
27
runs-on: ${{ matrix.os }}
28
steps:
build.sbt
@@ -2,7 +2,7 @@ import sbt.Keys.scalaVersion
2
import sbt.librarymanagement.{CrossVersion, ModuleID}
3
import xerial.sbt.Sonatype.sonatypeCentralHost
4
5
-val scala213 = "2.13.15"
+val scala213 = "2.13.16"
6
7
lazy val commonSettings = Seq(
8
organization := "nl.grons",
0 commit comments