From f31734e8e69c7e5c232284cf0268799e7fa70d2d Mon Sep 17 00:00:00 2001 From: Georges Lebreton <102960844+Georges-GNM@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:13:45 +0100 Subject: [PATCH] remove dependency from client projects --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2b7d7e8b..8b3024f7 100644 --- a/build.sbt +++ b/build.sbt @@ -75,7 +75,6 @@ def fapiClient(playJsonVersion: PlayJsonVersion) = playJsonSpecificProject("fap commercialShared, scalaTestMockito, mockito, - playJsonExtensions ), artifactProducingSettings(supportScala3 = false) // currently blocked by contentApi & commercialShared clients )