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 zio, zio-test, zio-test-sbt to 2.0.6 #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Update zio, zio-test, zio-test-sbt to 2.0.6
scala-steward committed Jan 18, 2023

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
commit b9343ac266c130cb6754dc4530b0309be4378f48
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Dependencies {
import sbt._
val zioVersion = "2.0.5"
val zioVersion = "2.0.6"
val zioSchemaVersion = "0.3.0"
val nettyVersions = "4.1.86.Final"