We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fadf33 commit 66376f2Copy full SHA for 66376f2
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
matrix:
27
os: [ubuntu-latest]
28
- scala: [2.13.13]
+ scala: [2.13.16]
29
java: [temurin@11]
30
runs-on: ${{ matrix.os }}
31
steps:
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
92
build.sbt
@@ -1,7 +1,7 @@
1
import com.jsuereth.sbtpgp.PgpKeys.publishSigned
2
import com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage
3
4
-val scala213 = "2.13.13"
+val scala213 = "2.13.16"
5
6
ThisBuild / scalaVersion := scala213
7
ThisBuild / organization := "aiven.io"
0 commit comments