-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
questionFurther information is requestedFurther information is requested
Description
The current choices mirror what's in the official Scala Toolkit (sttp, upickle, oslib). I also added Decline :)
Lines 17 to 25 in e644ae5
| libraryDependencies ++= Seq( | |
| "org.typelevel" %%% "cats-core" % "2.9.0", | |
| "org.typelevel" %%% "cats-effect" % "3.4.8", | |
| "co.fs2" %%% "fs2-io" % "3.6.1", | |
| "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", | |
| "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" // not % Test, on purpose :) |
But ... it's all bikesheddable :)
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested