Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 16, 2025
1 parent e8bf8d2 commit a18226c
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 @@ -305,7 +305,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14]
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
@@ -1,7 +1,7 @@
import sbtcrossproject.{ CrossType, crossProject }

val Scala212V = "2.12.19"
val Scala213V = "2.13.14"
val Scala213V = "2.13.16"

val circeVersion = "0.14.9"
val paradiseVersion = "2.1.1"
Expand Down

0 comments on commit a18226c

Please sign in to comment.