summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2011-10-04 09:10:11 +0200
committerMathias <mathias@spray.cc>2011-10-04 09:10:11 +0200
commite963029528d770749154a56169ddaa7a098ebd67 (patch)
tree726cdd1e039194c371765a4edc24665ebeb5b658 /project
parent6945136f15ca6f6378e79d5ca2708ddf0041102a (diff)
downloadspray-json-e963029528d770749154a56169ddaa7a098ebd67.tar.gz
spray-json-e963029528d770749154a56169ddaa7a098ebd67.tar.bz2
spray-json-e963029528d770749154a56169ddaa7a098ebd67.zip
Upgrade to parboiled 1.0.2
Diffstat (limited to 'project')
-rw-r--r--project/build/Project.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/build/Project.scala b/project/build/Project.scala
index 325104f..ca1bacd 100644
--- a/project/build/Project.scala
+++ b/project/build/Project.scala
@@ -21,8 +21,8 @@ class Project(info: ProjectInfo) extends DefaultProject(info) with posterous.Pub
// -------------------------------------------------------------------------------------------------------------------
// Dependencies
// -------------------------------------------------------------------------------------------------------------------
- val parboiledC = "org.parboiled" % "parboiled-core" % "1.0.1" % "compile" withSources()
- val parboiledS = "org.parboiled" % "parboiled-scala" % "1.0.1" % "compile" withSources()
+ val parboiledC = "org.parboiled" % "parboiled-core" % "1.0.2" % "compile" withSources()
+ val parboiledS = "org.parboiled" % "parboiled-scala" % "1.0.2" % "compile" withSources()
// -------------------------------------------------------------------------------------------------------------------
// Testing with Specs2