Skip to content

Commit

Permalink
Update scala-library to 2.13.11 (typelevel#725)
Browse files Browse the repository at this point in the history
Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
Co-authored-by: Grigory <[email protected]>
  • Loading branch information
typelevel-steward[bot] and pomadchin authored Jun 10, 2023
1 parent c551051 commit 13701db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10, 2.12.18]
scala: [2.13.11, 2.12.18]
java: [temurin@8]
project: [root-spark32, root-spark33, root-spark34]
exclude:
- scala: 2.13.10
- scala: 2.13.11
project: root-spark32
- scala: 2.13.10
- scala: 2.13.11
project: root-spark33
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 @@ -13,7 +13,7 @@ val refinedVersion = "0.10.3"
val nakedFSVersion = "0.1.0"

val Scala212 = "2.12.18"
val Scala213 = "2.13.10"
val Scala213 = "2.13.11"

ThisBuild / tlBaseVersion := "0.14"

Expand Down

0 comments on commit 13701db

Please sign in to comment.