Skip to content

Commit

Permalink
Update zio, zio-streams, zio-test, ... to 1.0.0-RC20 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 26, 2020
1 parent a9b0b20 commit 689a378
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ developers := List(
)

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "1.0.0-RC19-2",
"dev.zio" %% "zio-streams" % "1.0.0-RC19-2",
"dev.zio" %% "zio" % "1.0.0-RC20",
"dev.zio" %% "zio-streams" % "1.0.0-RC20",
"com.typesafe.akka" %% "akka-cluster-tools" % "2.5.31",
"com.typesafe.akka" %% "akka-cluster-sharding" % "2.5.31",
"dev.zio" %% "zio-test" % "1.0.0-RC19-2" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.0-RC19-2" % "test",
"dev.zio" %% "zio-test" % "1.0.0-RC20" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.0-RC20" % "test",
compilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3"),
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
)
Expand Down

0 comments on commit 689a378

Please sign in to comment.