Skip to content

Commit

Permalink
Removed dependency on zio-interop-cats as it is not being used at the
Browse files Browse the repository at this point in the history
moment
  • Loading branch information
orbang committed Nov 13, 2022
1 parent de9faa7 commit 3d3f703
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,7 +45,7 @@ lazy val CatsEffectVersion = "3.3.14"
lazy val ScalaLoggingVersion = "3.9.5"
lazy val PicocliVersion = "4.7.0"
lazy val ScalatestVersion = "3.2.14"
lazy val ZioVersion = "3.3.0-RC7+1-ddadbdf9-SNAPSHOT"
lazy val ZioVersion = "2.0.0-RC6"

lazy val root: Project = project
.in(file("."))
Expand Down Expand Up @@ -97,7 +97,7 @@ lazy val `sclap-zio` = project
.settings(commonSettings)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio-interop-cats" % ZioVersion
"dev.zio" %% "zio" % ZioVersion
)
)
.dependsOn(`sclap-app`)

0 comments on commit 3d3f703

Please sign in to comment.