Skip to content

Commit 246cd21

Browse files
committed
Update scala-library to 2.13.16
1 parent dacef21 commit 246cd21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
scalaVersion: ["2.12.20", "2.13.15", "3.4.1"]
12+
scalaVersion: ["2.12.20", "2.13.16", "3.4.1"]
1313
runs-on: ubuntu-latest
1414

1515
steps:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ inThisBuild(Seq(
33

44
scalaVersion := "2.12.20",
55

6-
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4"),
6+
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.4"),
77

88
licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),
99

0 commit comments

Comments
 (0)