Navigation Menu

Skip to content

Commit

Permalink
removed redundant file
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondtay committed Apr 26, 2015
1 parent f01c7d3 commit 6d37220
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 6 additions & 6 deletions project/Build.scala
Expand Up @@ -42,19 +42,19 @@ object CacheTech {
}

object TestingDeps {
val scalaTest = "org.scalatest" % "scalatest_2.10" % "2.0.M6" % "test"
val scalaTest = "org.scalatest" %% "scalatest" % "2.2.4" % "test"
val junit4Interface = "com.novocode" % "junit-interface" % "0.10-M4" % "test"
val junit4 = "junit" % "junit" % "4.11" % "test"
val specs2 = "org.specs2" %% "specs2" % "2.3.10" % "test"
val testDeps = Seq(specs2, scalaTest, junit4, junit4Interface)
}

object AkkaDeps {
val persistence = "com.typesafe.akka" %% "akka-persistence-experimental" % "2.3.1"
val actors = "com.typesafe.akka" %% "akka-actor" % "2.3.2"
val actorCluster = "com.typesafe.akka" %% "akka-cluster" % "2.3.2"
val actortestkit = "com.typesafe.akka" %% "akka-testkit" % "2.3.2" % "test"
val scalaReflect = "org.scala-lang" % "scala-reflect" % "2.10.3"
val persistence = "com.typesafe.akka" %% "akka-persistence" % "2.3.10"
val actors = "com.typesafe.akka" %% "akka-actor" % "2.3.10"
val actorCluster = "com.typesafe.akka" %% "akka-cluster" % "2.3.10"
val actortestkit = "com.typesafe.akka" %% "akka-testkit" % "2.3.10" % "test"
val scalaReflect = "org.scala-lang" % "scala-reflect" % "2.11.6"
}

object DataProcessor {
Expand Down
4 changes: 0 additions & 4 deletions project/build.sbt

This file was deleted.

0 comments on commit 6d37220

Please sign in to comment.