Skip to content

Commit 344c7a1

Browse files
committed
Update scala-library to 2.13.16
1 parent 708bc48 commit 344c7a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.13.15]
25+
scala: [2.13.16]
2626
java: [temurin@11, temurin@17, temurin@21]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt.Keys.scalaVersion
22
import sbt.librarymanagement.{CrossVersion, ModuleID}
33
import xerial.sbt.Sonatype.sonatypeCentralHost
44

5-
val scala213 = "2.13.15"
5+
val scala213 = "2.13.16"
66

77
lazy val commonSettings = Seq(
88
organization := "nl.grons",

0 commit comments

Comments
 (0)