summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
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 a520152..3effd88 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.0" % "compile" withSources()
- val parboiledS = "org.parboiled" % "parboiled-scala" % "1.0.0" % "compile" withSources()
+ val parboiledC = "org.parboiled" % "parboiled-core" % "1.0.1" % "compile" withSources()
+ val parboiledS = "org.parboiled" % "parboiled-scala" % "1.0.1" % "compile" withSources()
val specs = "org.scala-tools.testing" %% "specs" % "1.6.8" % "test" withSources()