Skip to content

Commit

Permalink
Merge pull request #106 from scala-steward/update/scala-library-2.13.10
Browse files Browse the repository at this point in the history
Update scala-library, scala-reflect to 2.13.10
  • Loading branch information
calvinlfer authored Dec 17, 2022
2 parents 2d3cc6c + fbd9887 commit 56ebb24
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.8, 3.2.1]
scala: [2.12.17, 2.13.10, 3.2.1]
java: [temurin@11]
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 ReleaseTransformations._

inThisBuild {
val scala212 = "2.12.17"
val scala213 = "2.13.8"
val scala213 = "2.13.10"
val scala3 = "3.2.1"

List(
Expand Down

0 comments on commit 56ebb24

Please sign in to comment.