Skip to content

Commit

Permalink
Merge pull request #387 from scala-steward/update/scala-library-2.13.13
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.13
  • Loading branch information
mergify[bot] committed Mar 5, 2024
2 parents b3891f7 + 0ce601e commit cb4101e
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 @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala: ["2.12.18", "2.13.12", "3.3.1"]
scala: ["2.12.18", "2.13.13", "3.3.1"]
steps:
- uses: actions/checkout@v2
- uses: coursier/cache-action@v6
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inThisBuild(
)

scalaVersion := "2.12.18"
crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1")
crossScalaVersions := Seq("2.12.18", "2.13.13", "3.3.1")

libraryDependencies ++=
Seq(
Expand Down

0 comments on commit cb4101e

Please sign in to comment.