Skip to content

Commit

Permalink
remove circe as well...
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger committed Nov 4, 2023
1 parent bd144b0 commit 6e22351
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ lazy val api = project.in(file("modules/api"))
"org.typelevel" %% "cats-core" % "2.10.0",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.8.5",
"com.softwaremill.sttp.tapir" %% "tapir-iron" % "1.8.5",
"io.circe" %% "circe-core" % "0.14.6",
"io.github.iltotore" %% "iron" % "2.3.0",
"io.github.iltotore" %% "iron-cats" % "2.3.0",
"io.github.iltotore" %% "iron-circe" % "2.3.0"
)
)

0 comments on commit 6e22351

Please sign in to comment.