fix dependency

scala-2.12-play-2.6
Thibault Duplessis 2017-09-05 17:50:11 -05:00
parent cc397957fb
commit ddfb5f6799
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ externalizeResources := false
scriptClasspath := Seq("*")
// offline := true
libraryDependencies ++= Seq(
play.jodaJson, play.iteratee, play.streams,
play.jodaJson, play.jodaForms, play.iteratee, play.streams,
scalaz, chess, scalalib, hasher, typesafeConfig, findbugs,
reactivemongo.driver, reactivemongo.iteratees, akka.actor,
maxmind, prismic, guava,