Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 2.0.6 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 4, 2023
1 parent 23b1ccb commit 5b20f09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ lazy val library =
"dev.zio" %% "zio-schema" % "0.4.7",
"dev.zio" %% "zio-schema-json" % "0.4.7",
"org.apache.commons" % "commons-lang3" % "3.12.0",
"dev.zio" %% "zio-test" % "2.0.5" % Tests,
"dev.zio" %% "zio-test-sbt" % "2.0.5" % Tests,
"dev.zio" %% "zio-test" % "2.0.6" % Tests,
"dev.zio" %% "zio-test-sbt" % "2.0.6" % Tests,
"com.github.tomakehurst" % "wiremock-jre8" % "2.35.0" % Tests
),
testFrameworks := List(new TestFramework("zio.test.sbt.ZTestFramework"))
Expand All @@ -68,7 +68,7 @@ lazy val example =
.settings(
publish / skip := true,
libraryDependencies ++= List(
"dev.zio" %% "zio" % "2.0.5",
"dev.zio" %% "zio" % "2.0.6",
"dev.zio" %% "zio-config" % "3.0.6",
"dev.zio" %% "zio-config-magnolia" % "3.0.6",
"dev.zio" %% "zio-config-typesafe" % "3.0.6",
Expand Down

0 comments on commit 5b20f09

Please sign in to comment.