From 2601a33ebb7dc514012db1cdae2e82363ee0cc1d Mon Sep 17 00:00:00 2001 From: Daniel Slapman Date: Thu, 2 Jan 2025 21:11:17 +0100 Subject: [PATCH] Remove circe-config --- backend/build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/build.sbt b/backend/build.sbt index d9c6ee98..6e690c5a 100644 --- a/backend/build.sbt +++ b/backend/build.sbt @@ -61,7 +61,6 @@ val mockingbird = (project in file("mockingbird")) ).flatten, libraryDependencies ++= Seq( "com.iheart" %% "ficus" % "1.5.0", - "io.circe" %% "circe-config" % "0.8.0", "com.nrinaudo" %% "kantan.xpath" % "0.5.2", "com.lihaoyi" %% "scalatags" % "0.9.1", "tf.tofu" %% "derevo-circe" % Versions.derevo,