Skip to content

Commit c8944f2

Browse files
committed
Shoulda never had this as a non-test dep...
1 parent 7d08744 commit c8944f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ libraryDependencies ++= Seq(
4747
"com.github.nscala-time" %% "nscala-time" % "2.0.0",
4848
"com.netaporter" %% "scala-uri" % "0.4.7",
4949
"com.github.scala-incubator.io" %% "scala-io-file" % "0.4.3-1",
50-
"org.scalatestplus" %% "play" % "1.4.0-M4",
50+
"org.scalatestplus" %% "play" % "1.4.0-M4" % "test",
5151
"com.amazonaws" % "aws-java-sdk-ses" % "1.10.7",
5252
"com.sun.mail" % "javax.mail" % "1.5.3"
5353
)

0 commit comments

Comments
 (0)