Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2024
1 parent 56e984b commit f611009
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 @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.20, 2.13.11]
scala: [2.12.20, 2.13.14]
java: [adopt@1.8]
platform: [jvm, js, native]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.11]
scala: [2.13.14]
java: [adopt@1.8]
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 @@ -2,7 +2,7 @@ import com.github.sbt.git.SbtGit.GitKeys.*
import sbtcrossproject.CrossProject

val Scala212 = "2.12.20"
val Scala213 = "2.13.11"
val Scala213 = "2.13.14"

commonSettings
noPublishSettings
Expand Down

0 comments on commit f611009

Please sign in to comment.