From 4451212759a5ef02687c1c21c45b5125aff17dfb Mon Sep 17 00:00:00 2001 From: Antonio Gelameris Date: Fri, 24 Feb 2023 19:45:42 +0100 Subject: [PATCH] Changed Decline to Decline Effect --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6324bac..d0a18fe 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform) "org.http4s" %%% "http4s-ember-client" % "0.23.18", "io.circe" %%% "circe-core" % "0.14.4", "org.http4s" %%% "http4s-circe" % "0.23.18", - "com.monovore" %%% "decline" % "2.4.1", + "com.monovore" %%% "decline-effect" % "2.4.1", "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" // not % Test, on purpose :) ), mimaPreviousArtifacts := Set()