Skip to content

Commit 66a8d88

Browse files
authored
Merge pull request #1227 from typelevel/update/scala-library-2.13.17
Update scala-library to 2.13.17
2 parents 07a3eb5 + e90b031 commit 66a8d88

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
@@ -282,7 +282,7 @@ jobs:
282282
strategy:
283283
matrix:
284284
os: [ubuntu-22.04]
285-
scala: [2.13.16]
285+
scala: [2.13.17]
286286
java: [temurin@11]
287287
runs-on: ${{ matrix.os }}
288288
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.typesafe.tools.mima.core._
33
ThisBuild / tlBaseVersion := "0.3"
44

55
val scala212Version = "2.12.20"
6-
val scala213Version = "2.13.16"
6+
val scala213Version = "2.13.17"
77
val scala30Version = "3.3.7"
88

99
val collectionCompatVersion = "2.11.0"

0 commit comments

Comments
 (0)