Skip to content

Commit

Permalink
Upgrade ZIO to RC18-2 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdogpr authored Mar 12, 2020
1 parent 3b2e3cf commit 87ffedc
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-RC18",
"dev.zio" %% "zio-streams" % "1.0.0-RC18",
"dev.zio" %% "zio" % "1.0.0-RC18-2",
"dev.zio" %% "zio-streams" % "1.0.0-RC18-2",
"com.typesafe.akka" %% "akka-cluster-tools" % "2.5.29",
"com.typesafe.akka" %% "akka-cluster-sharding" % "2.5.29",
"dev.zio" %% "zio-test" % "1.0.0-RC18" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.0-RC18" % "test",
"dev.zio" %% "zio-test" % "1.0.0-RC18-2" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.0-RC18-2" % "test",
compilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3"),
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
)
Expand Down

0 comments on commit 87ffedc

Please sign in to comment.