diff --git a/build.sbt b/build.sbt index 2a6f9c2a..9052bdbf 100644 --- a/build.sbt +++ b/build.sbt @@ -55,9 +55,7 @@ libraryDependencies ++= Seq( "com.github.ornicar" %% "scalalib" % "7.1.0", "com.sksamuel.elastic4s" %% "elastic4s-client-esjava" % "7.17.4", "com.typesafe.play" %% "play-json" % "2.9.4", - "com.typesafe.play" %% "play-json-joda" % "2.9.4", - ws, - specs2 % Test + "com.typesafe.play" %% "play-json-joda" % "2.9.4" ) resolvers += "lila-maven" at "https://raw.githubusercontent.com/ornicar/lila-maven/master"