summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorMathias <mathias@spray.io>2014-09-18 13:33:50 +0200
committerMathias <mathias@spray.io>2014-09-19 14:23:10 +0200
commit43a2319910f1c58c044aadbbb726bdc8a9f9229c (patch)
treefd83858231a90ac03b0f0b403c354a3202e28022 /build.sbt
parent73345dea51d62c50d2c09efb5ef0afddc77dbf25 (diff)
downloadspray-json-43a2319910f1c58c044aadbbb726bdc8a9f9229c.tar.gz
spray-json-43a2319910f1c58c044aadbbb726bdc8a9f9229c.tar.bz2
spray-json-43a2319910f1c58c044aadbbb726bdc8a9f9229c.zip
Switch to fast, hand-written parser, remove parboiled dependency
Closes #86, #108
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 0c4c7ef..8ec4857 100644
--- a/build.sbt
+++ b/build.sbt
@@ -21,7 +21,6 @@ scalacOptions ++= Seq("-feature", "-language:_", "-unchecked", "-deprecation", "
resolvers += Opts.resolver.sonatypeReleases
libraryDependencies ++= Seq(
- "org.parboiled" %% "parboiled-scala" % "1.1.6" % "compile",
"org.specs2" %% "specs2" % "2.4.2" % "test",
"org.scalacheck" %% "scalacheck" % "1.11.5" % "test"
)