Skip to content

Commit

Permalink
Update zio to 1.0.0-RC12-1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 3, 2019
1 parent f84b354 commit 993759c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ lazy val core = project
name := "zio-saga-core",
crossScalaVersions := allScala,
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "1.0.0-RC12",
"dev.zio" %% "zio" % "1.0.0-RC12-1",
"org.scalatest" %% "scalatest" % "3.0.8" % "test"
)
)
Expand Down

0 comments on commit 993759c

Please sign in to comment.