Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 26, 2024
1 parent 601a6fc commit ac36aca
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.19", "2.13.14", "3.3.3"]
SCALA_VERSION: ["2.12.19", "2.13.15", "3.3.3"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import scala.concurrent.duration.DurationInt

object Versions {
def scala212 = "2.12.19"
def scala213 = "2.13.14"
def scala213 = "2.13.15"
def scala3 = "3.3.3"
def scala = Seq(scala212, scala213, scala3)

Expand Down

0 comments on commit ac36aca

Please sign in to comment.