diff --git a/build.sbt b/build.sbt index d61802f..71ee9e8 100644 --- a/build.sbt +++ b/build.sbt @@ -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" ) )