From a12e8579e09c5fd8fdf98ba4553f0a232ddfea6b Mon Sep 17 00:00:00 2001 From: Ivan Topolnak Date: Thu, 23 May 2013 18:27:58 -0300 Subject: included aspectj support for running tests, and simple test stub --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/Dependencies.scala') diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 357b7d7d..5b8543c6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -17,7 +17,7 @@ object Dependencies { val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.1.2" val akkaSlf4j = "com.typesafe.akka" %% "akka-slf4j" % "2.1.2" val akkaTestKit = "com.typesafe.akka" %% "akka-testkit" % "2.1.2" - val scalatest = "org.scalatest" %% "scalatest" % "1.9.1" + val specs2 = "org.specs2" %% "specs2" % "1.14" val logback = "ch.qos.logback" % "logback-classic" % "1.0.10" val aspectJ = "org.aspectj" % "aspectjrt" % "1.7.2" val metrics = "com.yammer.metrics" % "metrics-core" % "2.2.0" -- cgit v1.2.3