|
@@ -6,11 +6,9 @@ lazy val root = (project in file(".")).enablePlugins(PlayScala, PlayNettyServer)
|
|
|
|
|
|
scalaVersion := "2.12.8"
|
|
scalaVersion := "2.12.8"
|
|
|
|
|
|
-resolvers += Resolver.sonatypeRepo("snapshots")
|
|
|
|
-
|
|
|
|
libraryDependencies ++= Seq(
|
|
libraryDependencies ++= Seq(
|
|
- "org.reactivemongo" %% "play2-reactivemongo" % "0.17.0-play27-SNAPSHOT",
|
|
|
|
- "org.reactivemongo" %% "reactivemongo-play-json" % "0.17.0-play27-SNAPSHOT",
|
|
|
|
|
|
+ "org.reactivemongo" %% "play2-reactivemongo" % "0.16.6-play27",
|
|
|
|
+ "org.reactivemongo" %% "reactivemongo-play-json" % "0.16.6-play27",
|
|
"com.softwaremill.macwire" %% "macros" % "2.3.0",
|
|
"com.softwaremill.macwire" %% "macros" % "2.3.0",
|
|
"com.softwaremill.macwire" %% "util" % "2.3.0"
|
|
"com.softwaremill.macwire" %% "util" % "2.3.0"
|
|
)
|
|
)
|