Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 1.0.4 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 21, 2021
1 parent a69190f commit b60684c
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 @@ -33,9 +33,9 @@ lazy val guava = project
.settings(testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"))
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "1.0.3",
"dev.zio" %% "zio" % "1.0.4",
"com.google.guava" % "guava" % "30.1-jre",
"dev.zio" %% "zio-test" % "1.0.3" % Test,
"dev.zio" %% "zio-test-sbt" % "1.0.3" % Test
"dev.zio" %% "zio-test" % "1.0.4" % Test,
"dev.zio" %% "zio-test-sbt" % "1.0.4" % Test
)
)

0 comments on commit b60684c

Please sign in to comment.