Skip to content

Commit

Permalink
Merge pull request #63 from scala-steward/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.12
  • Loading branch information
Philippus authored Sep 14, 2023
2 parents 12947fb + 9cd2d36 commit 80ca5b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala-version: [2.12.18, 2.13.11]
scala-version: [2.12.18, 2.13.12]
java-version: [8, 11, 17]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ developers := List(
)
)

crossScalaVersions := List("2.12.18", "2.13.11")
crossScalaVersions := List("2.12.18", "2.13.12")
scalaVersion := crossScalaVersions.value.last

ThisBuild / versionScheme := Some("semver-spec")
Expand Down

0 comments on commit 80ca5b1

Please sign in to comment.