From 6e22351fdd891b0d947998bc1c1877a23bc0b938 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Sat, 4 Nov 2023 11:37:10 +0100 Subject: [PATCH] remove circe as well... --- build.sbt | 2 -- 1 file changed, 2 deletions(-) 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" ) )