Skip to content

Commit 66376f2

Browse files
Update scala-library to 2.13.16
1 parent 9fadf33 commit 66376f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest]
28-
scala: [2.13.13]
28+
scala: [2.13.16]
2929
java: [temurin@11]
3030
runs-on: ${{ matrix.os }}
3131
steps:
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
matrix:
8888
os: [ubuntu-latest]
89-
scala: [2.13.13]
89+
scala: [2.13.16]
9090
java: [temurin@11]
9191
runs-on: ${{ matrix.os }}
9292
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.jsuereth.sbtpgp.PgpKeys.publishSigned
22
import com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage
33

4-
val scala213 = "2.13.13"
4+
val scala213 = "2.13.16"
55

66
ThisBuild / scalaVersion := scala213
77
ThisBuild / organization := "aiven.io"

0 commit comments

Comments
 (0)