未验证 提交 9976c93d 编写于 作者: S Scala Steward 提交者: GitHub

Update zio-streams, zio-test, zio-test-sbt to 2.0.6 (#729)

Co-authored-by: NDejan Mijić <dmijic@acm.org>
上级 eddeaa95
......@@ -44,12 +44,12 @@ lazy val redis =
.settings(stdSettings("zio-redis"))
.settings(
libraryDependencies ++= List(
"dev.zio" %% "zio-streams" % "2.0.5",
"dev.zio" %% "zio-streams" % "2.0.6",
"dev.zio" %% "zio-logging" % "2.1.7",
"dev.zio" %% "zio-schema" % "0.3.0",
"dev.zio" %% "zio-schema-protobuf" % "0.3.1" % Test,
"dev.zio" %% "zio-test" % "2.0.5" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.5" % Test,
"dev.zio" %% "zio-test" % "2.0.6" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.6" % Test,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"
),
testFrameworks := List(new TestFramework("zio.test.sbt.ZTestFramework"))
......@@ -82,7 +82,7 @@ lazy val example =
libraryDependencies ++= List(
"com.softwaremill.sttp.client3" %% "zio" % "3.8.5",
"com.softwaremill.sttp.client3" %% "zio-json" % "3.8.5",
"dev.zio" %% "zio-streams" % "2.0.5",
"dev.zio" %% "zio-streams" % "2.0.6",
"dev.zio" %% "zio-config-magnolia" % "3.0.6",
"dev.zio" %% "zio-config-typesafe" % "3.0.6",
"dev.zio" %% "zio-schema-protobuf" % "0.3.1",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册