Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 9, 2020
1 parent b86f7ac commit dfcc7ab
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 @@ -89,9 +89,9 @@ lazy val core = project
name := "zio-saga-core",
crossScalaVersions := allScala,
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "1.0.0",
"dev.zio" %% "zio-test" % "1.0.0" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.0" % "test"
"dev.zio" %% "zio" % "1.0.3",
"dev.zio" %% "zio-test" % "1.0.3" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.3" % "test"
),
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework"))
)
Expand Down

0 comments on commit dfcc7ab

Please sign in to comment.