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 22, 2023
1 parent e3f0dc1 commit 3ba3a7e
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 @@ -18,13 +18,13 @@ lazy val zio: Project = (project in file("zio"))
.settings(
name := "zio",
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.2",
"dev.zio" %% "zio" % "2.0.16",
"dev.zio" %% "zio-logging" % "2.1.5",
"io.d11" %% "zhttp" % "2.0.0-RC11",
"dev.zio" %% "zio-json" % zioJsonVersion,
"com.softwaremill.sttp.client3" %% "zio" % sttpVersion,
"dev.zio" %% "zio-test" % "2.0.2" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.2" % Test
"dev.zio" %% "zio-test" % "2.0.16" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.16" % Test
),
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
)
Expand Down

0 comments on commit 3ba3a7e

Please sign in to comment.