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

Commit

Permalink
Update zio to 1.0.0-RC9-4 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and neko-kai committed Jul 8, 2019
1 parent 1f36216 commit 9190eea
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 @@ -45,9 +45,9 @@ lazy val interopScalaz7x = crossProject(JSPlatform, JVMPlatform)
.settings(buildInfoSettings)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %%% "zio" % "1.0.0-RC9",
"dev.zio" %%% "zio" % "1.0.0-RC9-4",
"org.scalaz" %%% "scalaz-core" % "7.2.+" % Optional,
"dev.zio" %%% "zio" % "1.0.0-RC9" % Test classifier "tests",
"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

0 comments on commit 9190eea

Please sign in to comment.