Skip to content

Commit

Permalink
Merge pull request #1268 from zio/update/zio-2.0.20
Browse files Browse the repository at this point in the history
Update zio, zio-streams, zio-test, ... to 2.0.20
  • Loading branch information
vigoo authored Dec 23, 2023
2 parents 6b1b39d + 968ab7a commit a88c323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import scala.collection.JavaConverters._
object Common extends AutoPlugin {

object autoImport {
val zioVersion = "2.0.19"
val zioVersion = "2.0.20"
val zioMockVersion = "1.0.0-RC11"
val zioCatsInteropVersion = "23.1.0.0"
val zioReactiveStreamsInteropVersion = "2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion zio-aws-codegen/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val zioVersion = "2.0.19"
val zioVersion = "2.0.20"
val awsVersion = "2.21.15"

sbtPlugin := true
Expand Down

0 comments on commit a88c323

Please sign in to comment.