Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Aug 29, 2024
1 parent 41c5beb commit c5561e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.19, 2.13.10, 3.3.3]
scala: [2.12.19, 2.13.14, 3.3.3]
java: [temurin@17]
project: [rootJS, rootJVM, rootNative]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10]
scala: [2.13.14]
java: [temurin@17]
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 @@ ThisBuild / tlBaseVersion := "0.6"
val http4sVersion = "0.23.27"
val natchezVersion = "0.3.5"
val scala212Version = "2.12.19"
val scala213Version = "2.13.10"
val scala213Version = "2.13.14"
val scala3Version = "3.3.3"
val slf4jVersion = "2.0.16"
val munitCEVersion = "2.0.0-M3"
Expand Down

0 comments on commit c5561e8

Please sign in to comment.