Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-07-02 03:56:43 +0400
committerChris Rebert <code@rebertia.com>2014-07-02 03:56:43 +0400
commitd8409726b377ffb22a7ce5fc4bbf2b290b2d3eb5 (patch)
treef4d3c2b24fe861bada0a58b6c8b93ec3610ade6a
parentad4eb88c917a80e5be7963908e51a5ff12de9615 (diff)
kill spray-json
-rw-r--r--build.sbt1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index b12475e..743776f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -17,7 +17,6 @@ libraryDependencies ++= {
"io.spray" % "spray-can" % sprayV,
"io.spray" % "spray-routing" % sprayV,
"io.spray" % "spray-testkit" % sprayV % "test",
- "io.spray" %% "spray-json" % "1.2.6",
"com.typesafe.akka" %% "akka-actor" % akkaV,
"com.typesafe.akka" %% "akka-testkit" % akkaV % "test",
"org.specs2" %% "specs2" % "2.3.12" % "test"