Skip to content

Commit

Permalink
Changed Decline to Decline Effect
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioGela authored Feb 24, 2023
1 parent 504b139 commit 4451212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4451212

Please sign in to comment.