Skip to content

Commit 7e2d294

Browse files
Update scala-library to 2.13.16
1 parent 9669513 commit 7e2d294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
25-
scala: [2.12.14, 2.13.6, 3.0.2]
25+
scala: [2.12.14, 2.13.16, 3.0.2]
2626
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ThisBuild / organizationName := "Typelevel"
2525

2626
ThisBuild / startYear := Some(2021)
2727

28-
ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.2")
28+
ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.16", "3.0.2")
2929

3030
ThisBuild / githubWorkflowOSes ++= Seq("macos-latest", "windows-latest")
3131

0 commit comments

Comments
 (0)