Skip to content

Commit

Permalink
Merge pull request #386 from scala-steward/update/scala-library-2.12.19
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.19
  • Loading branch information
mergify[bot] authored Jul 10, 2024
2 parents 3be9e60 + 7708c4d commit 2672c82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.14", "3.3.3"]
scala: ["2.12.19", "2.13.14", "3.3.3"]
steps:
- uses: actions/checkout@v2
- uses: coursier/cache-action@v6
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ inThisBuild(
)
)

scalaVersion := "2.12.18"
crossScalaVersions := Seq("2.12.18", "2.13.14", "3.3.3")
scalaVersion := "2.12.19"
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3")

libraryDependencies ++=
Seq(
Expand Down

0 comments on commit 2672c82

Please sign in to comment.