Skip to content

Commit

Permalink
Update zio, zio-streams, zio-test, ... to 1.0.0-RC17 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and runtologist committed Nov 18, 2019
1 parent a97ae77 commit 6f729b8
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 @@ -39,10 +39,10 @@ lazy val reactiveStreams = project
.settings(testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"))
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "1.0.0-RC16",
"dev.zio" %% "zio-streams" % "1.0.0-RC16",
"dev.zio" %% "zio-test" % "1.0.0-RC16" % Test,
"dev.zio" %% "zio-test-sbt" % "1.0.0-RC16" % Test,
"dev.zio" %% "zio" % "1.0.0-RC17",
"dev.zio" %% "zio-streams" % "1.0.0-RC17",
"dev.zio" %% "zio-test" % "1.0.0-RC17" % Test,
"dev.zio" %% "zio-test-sbt" % "1.0.0-RC17" % Test,
"org.reactivestreams" % "reactive-streams" % "1.0.3",
"org.reactivestreams" % "reactive-streams-tck" % "1.0.3" % Test,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.2" % Test
Expand Down

0 comments on commit 6f729b8

Please sign in to comment.