Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0700524

Browse files
author
Pierre Ricadat
committed
Upgrade interop-cats
1 parent 378b8b7 commit 0700524

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ lazy val catsInterop = crossProject(JSPlatform, JVMPlatform)
8282
.settings(commonSettings)
8383
.settings(
8484
libraryDependencies ++= Seq(
85-
"dev.zio" %%% "zio-interop-cats" % "2.0.0.0-RC6",
85+
"dev.zio" %%% "zio-interop-cats" % "2.0.0.0-RC7",
8686
"org.typelevel" %%% "cats-effect" % "2.0.0"
8787
)
8888
)
@@ -96,7 +96,7 @@ lazy val http4s = project
9696
.settings(commonSettings)
9797
.settings(
9898
libraryDependencies ++= Seq(
99-
"dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC6",
99+
"dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC7",
100100
"org.typelevel" %% "cats-effect" % "2.0.0",
101101
"org.http4s" %% "http4s-dsl" % "0.21.0-M5",
102102
"org.http4s" %% "http4s-circe" % "0.21.0-M5",
@@ -109,7 +109,7 @@ lazy val http4s = project
109109
)
110110
)
111111
)
112-
.dependsOn(coreJVM, catsInteropJVM)
112+
.dependsOn(coreJVM)
113113

114114
lazy val examples = project
115115
.in(file("examples"))

0 commit comments

Comments
 (0)