Skip to content

Commit

Permalink
Update scala-library to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mdedetrich committed Apr 5, 2024
1 parent b678011 commit 1fb5780
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 @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
scala: [2.12.18, 2.13.13, 3.3.3]
scala: [2.12.19, 2.13.13, 3.3.3]
java: [temurin@8, temurin@11, temurin@17, temurin@21]
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 @@ -3,7 +3,7 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned
name := "pekko-streams-circe"

val scala213Version = "2.13.13"
val scala212Version = "2.12.18"
val scala212Version = "2.12.19"
val scala3Version = "3.3.3"

val circeVersion = "0.14.6"
Expand Down

0 comments on commit 1fb5780

Please sign in to comment.