The current choices mirror what's in the official Scala Toolkit (sttp, upickle, oslib). I also added Decline :)
|
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 :)
The current choices mirror what's in the official Scala Toolkit (sttp, upickle, oslib). I also added Decline :)
toolkit/build.sbt
Lines 17 to 25 in e644ae5
But ... it's all bikesheddable :)