Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 25, 2023
1 parent ecc51d2 commit 41bf1e7
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 @@ -52,8 +52,8 @@ lazy val library =
"dev.zio" %% "zio-schema" % "0.4.13",
"dev.zio" %% "zio-schema-json" % "0.4.13",
"org.apache.commons" % "commons-lang3" % "3.13.0",
"dev.zio" %% "zio-test" % "2.0.15" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.15" % Test
"dev.zio" %% "zio-test" % "2.0.16" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.16" % Test
),
testFrameworks := List(new TestFramework("zio.test.sbt.ZTestFramework"))
)
Expand All @@ -77,7 +77,7 @@ lazy val example =
crossScalaVersions := List(Scala213),
publish / skip := true,
libraryDependencies ++= List(
"dev.zio" %% "zio" % "2.0.15",
"dev.zio" %% "zio" % "2.0.16",
"dev.zio" %% "zio-config" % "3.0.7",
"dev.zio" %% "zio-config-magnolia" % "3.0.7",
"dev.zio" %% "zio-config-typesafe" % "3.0.7",
Expand Down

0 comments on commit 41bf1e7

Please sign in to comment.