Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update zio to 1.0.0-RC9-4 (#12)
Browse files Browse the repository at this point in the history
* Update zio to 1.0.0-RC9-4

* Exit.Cause->Cause

* Update specs2-core, specs2-matcher-extra, ... to 4.6.0
  • Loading branch information
scala-steward authored and neko-kai committed Jul 8, 2019
1 parent c6a5667 commit c1d34cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ lazy val interopMonix = crossProject(JSPlatform, JVMPlatform)
.settings(buildInfoSettings)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %%% "zio" % "1.0.0-RC9",
"dev.zio" %%% "zio" % "1.0.0-RC9-4",
"io.monix" %%% "monix" % "3.0.0-RC2",
"dev.zio" %%% "zio" % "1.0.0-RC9" % Test classifier "tests",
"org.specs2" %%% "specs2-core" % "4.5.1" % Test,
"org.specs2" %%% "specs2-scalacheck" % "4.5.1" % Test,
"org.specs2" %%% "specs2-matcher-extra" % "4.5.1" % Test
"dev.zio" %%% "zio" % "1.0.0-RC9-4" % Test classifier "tests",
"org.specs2" %%% "specs2-core" % "4.6.0" % Test,
"org.specs2" %%% "specs2-scalacheck" % "4.6.0" % Test,
"org.specs2" %%% "specs2-matcher-extra" % "4.6.0" % Test
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package zio.interop
import _root_.monix.eval
import _root_.monix.execution.Scheduler
import org.specs2.concurrent.ExecutionEnv
import zio.Exit.Cause.fail
import zio.Cause.fail
import zio.interop.monix._
import zio.{ Exit, IO, TestRuntime }

Expand Down

0 comments on commit c1d34cf

Please sign in to comment.