Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scala-library, scala-reflect to 2.13.12 #282

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
java: ["adopt@1.8", "adopt@1.11"]
scala: ["3.3.0", "2.13.8", "2.12.18"]
scala: ["3.3.0", "2.13.12", "2.12.18"]
env:
AWS_ACCESS_KEY_ID: dummykey
AWS_SECRET_ACCESS_KEY: dummykey
Expand Down
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import BuildInfoKeys._
object BuildHelper {
// Align with zio-schema since we have a deep dependency on it
val Scala212 = "2.12.18"
val Scala213 = "2.13.8"
val Scala213 = "2.13.12"
val Scala3 = "3.3.0"
private val SilencerVersion = "1.7.14"

Expand Down
Loading