Skip to content

Commit

Permalink
Merge pull request #7 from TonioGela/patch-1
Browse files Browse the repository at this point in the history
Changed Decline to Decline Effect
  • Loading branch information
armanbilge authored Feb 24, 2023
2 parents 504b139 + 4451212 commit b8f9b70
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 b8f9b70

Please sign in to comment.