@@ -88,4 +88,4 @@ object Application extends Controller {
case _: NumberFormatException => 1
}
-}
+}
@@ -74,4 +74,4 @@ object Application extends Controller {
Ok(Json.toJson(world.head.as[Map[String, Int]]))
@@ -8,4 +8,4 @@ lazy val root = (project in file(".")).enablePlugins(PlayScala)
libraryDependencies ++= Seq(
"org.reactivemongo" %% "play2-reactivemongo" % "0.10.5.0.akka23"
-)
+)
@@ -5,4 +5,4 @@ logLevel := Level.Warn
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
// Use the Play sbt plugin for Play projects
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.6")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.6")