Skip to content

Commit

Permalink
Update 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 5fdcd90 commit aed5656
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 @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
SCALA_VERSION: ["2.12.17", "2.13.10"]
SCALA_VERSION: ["2.12.17", "2.13.16"]
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt.Keys._
object Settings {

private val scala212 = "2.12.17"
private val scala213 = "2.13.10"
private val scala213 = "2.13.16"

lazy val shared = Seq(
scalaVersion := scala213,
Expand Down

0 comments on commit aed5656

Please sign in to comment.