Skip to content

Commit

Permalink
Update zio, zio-streams to 1.0.0-RC10-1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and ghostdogpr committed Jul 13, 2019
1 parent 0b34a5b commit 7d09d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ developers := List(
)

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "1.0.0-RC9",
"dev.zio" %% "zio-streams" % "1.0.0-RC9",
"dev.zio" %% "zio" % "1.0.0-RC10-1",
"dev.zio" %% "zio-streams" % "1.0.0-RC10-1",
"com.typesafe.akka" %% "akka-cluster-tools" % "2.5.23",
"com.typesafe.akka" %% "akka-cluster-sharding" % "2.5.23",
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
Expand Down

0 comments on commit 7d09d6e

Please sign in to comment.