Skip to content

Commit 830d440

Browse files
author
Lenny Halseth
committed
Update scalatest dependency.
1 parent f8531e7 commit 830d440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object Dependencies {
3131
// testing
3232
lazy val junit = "junit" % "junit" % "4.5" % "test->default"
3333
lazy val specs = "org.scala-tools.testing" % "specs_2.9.0" % "1.6.8" % "test"
34-
lazy val scalatest = "org.scalatest" %% "scalatest" % "1.9.1" % "test"
34+
lazy val scalatest = "org.scalatest" %% "scalatest" % "3.0.4" % "test"
3535

3636
// extra libraries
3737
lazy val akka = "com.typesafe.akka" %% "akka-actor" % "2.2.3"

0 commit comments

Comments
 (0)