Skip to content

Commit

Permalink
remove play json from the dependencies
Browse files Browse the repository at this point in the history
It should not be necessary since it's pulled by the play framework
  • Loading branch information
AurelienRichez committed Oct 4, 2023
1 parent 83912ca commit b3903eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b3903eb

Please sign in to comment.