|
@@ -7,8 +7,8 @@ lazy val root = (project in file(".")).enablePlugins(PlayScala, PlayNettyServer)
|
|
scalaVersion := "2.12.8"
|
|
scalaVersion := "2.12.8"
|
|
|
|
|
|
libraryDependencies ++= Seq(
|
|
libraryDependencies ++= Seq(
|
|
- "org.reactivemongo" %% "play2-reactivemongo" % "0.16.0-play26",
|
|
|
|
- "org.reactivemongo" %% "reactivemongo-play-json" % "0.16.0-play26",
|
|
|
|
|
|
+ "org.reactivemongo" %% "play2-reactivemongo" % "0.16.2-play27",
|
|
|
|
+ "org.reactivemongo" %% "reactivemongo-play-json" % "0.16.2-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"
|
|
)
|
|
)
|