Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.15 in series/0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Sep 25, 2024
1 parent 528d789 commit 0ae2577
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
java: [1.8, 1.11, 1.14]
scala: [2.12.14, 2.13.6]
scala: [2.12.14, 2.13.15]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mima.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
java: [1.14]
scala: [2.12.14, 2.13.6]
scala: [2.12.14, 2.13.15]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
java: [1.14]
scala: [2.12.14, 2.13.6]
scala: [2.12.14, 2.13.15]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
val http4sVersion = "0.23.1"
val circeVersion = "0.14.1"

val scala_213 = "2.13.6"
val scala_213 = "2.13.15"
val scala_212 = "2.12.14"


Expand Down

0 comments on commit 0ae2577

Please sign in to comment.