We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d08744 commit c8944f2Copy full SHA for c8944f2
build.sbt
@@ -47,7 +47,7 @@ libraryDependencies ++= Seq(
47
"com.github.nscala-time" %% "nscala-time" % "2.0.0",
48
"com.netaporter" %% "scala-uri" % "0.4.7",
49
"com.github.scala-incubator.io" %% "scala-io-file" % "0.4.3-1",
50
- "org.scalatestplus" %% "play" % "1.4.0-M4",
+ "org.scalatestplus" %% "play" % "1.4.0-M4" % "test",
51
"com.amazonaws" % "aws-java-sdk-ses" % "1.10.7",
52
"com.sun.mail" % "javax.mail" % "1.5.3"
53
)
0 commit comments