我的build.sbt是:
here
在此处输入代码lazy val commonSettings = Seq(
here
组织:=“emmettng.com”,
此处version := "0.0.1",
scalaVersion := "2.11.8"
)
here
解析器+ =“Typesafe Repo”位于“http://repo.typesafe.com/typesafe/releases/”
解析器+ =“Typesafe存储库版本”“{{ 3}}“`
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % "2.11.8",
"org.scala-lang.modules" % "scala-xml_2.11" % "1.0.4",
``“org.scalatest”%%“scalatest”%“3.0.0”%“test”,
"com.typesafe.play" %% "play-json" % "2.4.0-M3",
“org.scalaz”%%“scalaz-core”%“7.2.5”,
"junit" % "junit" % "4.10" % "test",
“org.reactivemongo”%%“reactivemongo”%“0.11.14”
)