Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 2.0.15 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 20, 2023
1 parent ffebe2b commit 2126568
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 @@ -55,8 +55,8 @@ lazy val library =
"dev.zio" %% "zio-schema" % "0.4.12",
"dev.zio" %% "zio-schema-json" % "0.4.12",
"org.apache.commons" % "commons-lang3" % "3.12.0",
"dev.zio" %% "zio-test" % "2.0.14" % Tests,
"dev.zio" %% "zio-test-sbt" % "2.0.14" % Tests
"dev.zio" %% "zio-test" % "2.0.15" % Tests,
"dev.zio" %% "zio-test-sbt" % "2.0.15" % Tests
),
testFrameworks := List(new TestFramework("zio.test.sbt.ZTestFramework"))
)
Expand All @@ -70,7 +70,7 @@ lazy val example =
crossScalaVersions := List(Scala213),
publish / skip := true,
libraryDependencies ++= List(
"dev.zio" %% "zio" % "2.0.14",
"dev.zio" %% "zio" % "2.0.15",
"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 2126568

Please sign in to comment.