From b3903eb747c3a26cca52b9581dd878c56487beed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Richez?= Date: Wed, 4 Oct 2023 12:37:56 +0200 Subject: [PATCH] remove play json from the dependencies It should not be necessary since it's pulled by the play framework --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3d24001..c1c2894 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,6 @@ libraryDependencies ++= Seq( "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test, "org.asciidoctor" % "asciidoctorj" % "2.5.10", "com.47deg" %% "github4s" % "0.21.0", - "com.typesafe.play" %% "play-json" % "2.10.1", ) Global / onChangedBuildSource := ReloadOnSourceChanges