Skip to content

Commit

Permalink
Update dependency dev.zio:zio-streams to v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 11, 2023
1 parent 426b6bb commit d27129f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zio-quickstart-streams/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ organization := "dev.zio"
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.12",
"dev.zio" %% "zio-test" % "2.0.11" % Test,
"dev.zio" %% "zio-streams" % "2.0.11"
"dev.zio" %% "zio-streams" % "2.0.12"
)

0 comments on commit d27129f

Please sign in to comment.