@@ -209,22 +209,23 @@ lazy val client = crossProject(JSPlatform, JVMPlatform)
209209 .settings(publishSettings)
210210 .settings(
211211 libraryDependencies ++= Seq (
212- " io.circe" %% " circe-core" % Versions .CirceVersion ,
213- " io.circe" %% " circe-generic" % Versions .CirceVersion ,
214- " io.circe" %% " circe-refined" % Versions .CirceVersion ,
215- " com.chuusai" %% " shapeless" % Versions .ShapelessVersion ,
216- " eu.timepit" %% " refined" % Versions .RefinedVersion ,
217- " org.locationtech.geotrellis" %% " geotrellis-vector" % Versions .GeoTrellisVersion ,
218- " org.locationtech.jts" % " jts-core" % Versions .Jts ,
219- " org.typelevel" %% " cats-core" % Versions .CatsVersion ,
220- " co.fs2" %% " fs2-core" % " 2.4.2" ,
221- " org.http4s" %% " http4s-blaze-client" % " 0.21.7" ,
222- " org.http4s" %% " http4s-circe" % " 0.21.7" ,
223- " org.http4s" %% " http4s-client" % " 0.21.7" ,
224- " org.http4s" %% " http4s-core" % " 0.21.7" ,
225- " org.typelevel" %% " cats-effect" % " 2.1.4" ,
226- " io.chrisdavenport" %% " vault" % " 2.0.0" ,
227- " io.chrisdavenport" %% " log4cats-core" % " 1.1.1"
212+ " io.circe" %% " circe-core" % Versions .CirceVersion ,
213+ " io.circe" %% " circe-generic" % Versions .CirceVersion ,
214+ " io.circe" %% " circe-refined" % Versions .CirceVersion ,
215+ " com.chuusai" %% " shapeless" % Versions .ShapelessVersion ,
216+ " eu.timepit" %% " refined" % Versions .RefinedVersion ,
217+ " org.locationtech.geotrellis" %% " geotrellis-vector" % Versions .GeoTrellisVersion ,
218+ " org.locationtech.jts" % " jts-core" % Versions .Jts ,
219+ " org.typelevel" %% " cats-core" % Versions .CatsVersion ,
220+ " com.softwaremill.sttp.client3" %% " core" % " 3.0.0-RC13" ,
221+ " co.fs2" %% " fs2-core" % " 2.4.2" ,
222+ " org.http4s" %% " http4s-blaze-client" % " 0.21.7" ,
223+ " org.http4s" %% " http4s-circe" % " 0.21.7" ,
224+ " org.http4s" %% " http4s-client" % " 0.21.7" ,
225+ " org.http4s" %% " http4s-core" % " 0.21.7" ,
226+ " org.typelevel" %% " cats-effect" % " 2.1.4" ,
227+ " io.chrisdavenport" %% " vault" % " 2.0.0" ,
228+ " io.chrisdavenport" %% " log4cats-core" % " 1.1.1"
228229 )
229230 )
230231
0 commit comments