File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
114114lazy val examples = project
115115 .in(file(" examples" ))
You can’t perform that action at this time.
0 commit comments