Skip to content

Commit

Permalink
Merge pull request #1116 from typelevel/update/scala-library-2.13.16
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.16
  • Loading branch information
mergify[bot] authored Jan 16, 2025
2 parents 953f41f + 129f6b9 commit 36743f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.15]
scala: [2.13.16]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.typesafe.tools.mima.core._
ThisBuild / tlBaseVersion := "0.3"

val scala212Version = "2.12.20"
val scala213Version = "2.13.15"
val scala213Version = "2.13.16"
val scala30Version = "3.3.4"

val collectionCompatVersion = "2.11.0"
Expand Down

0 comments on commit 36743f5

Please sign in to comment.