Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.12.19 in series/0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Feb 27, 2024
1 parent 528d789 commit 4a73c79
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.19, 2.13.6]
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.19, 2.13.6]
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.19, 2.13.6]
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 @@ -7,7 +7,7 @@ object Dependencies {
val circeVersion = "0.14.1"

val scala_213 = "2.13.6"
val scala_212 = "2.12.14"
val scala_212 = "2.12.19"


lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
Expand Down

0 comments on commit 4a73c79

Please sign in to comment.