Skip to content

Commit

Permalink
Merge pull request #877 from typelevel/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.12
  • Loading branch information
mpilquist authored Nov 5, 2023
2 parents 83514e8 + e089840 commit f85e2b2
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 @@ -273,7 +273,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.11]
scala: [2.13.12]
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.18"
val scala213Version = "2.13.11"
val scala213Version = "2.13.12"
val scala30Version = "3.3.0"

val collectionCompatVersion = "2.11.0"
Expand Down

0 comments on commit f85e2b2

Please sign in to comment.