Skip to content

Commit

Permalink
dispatch 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Apr 15, 2010
1 parent 4276df3 commit da4a5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/ExamplesProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ExamplesProject(info: ProjectInfo) extends ParentProject(info) with poster


lazy val trending = project("Trending", "Trending", new DefaultSpdeProject(_) {
val dispatch = "net.databinder" %% "dispatch-lift-json" % "0.7.2"
val dispatch = "net.databinder" %% "dispatch-lift-json" % "0.7.3"
})
lazy val straight_scala = project("Straight_Scala", "Straight_Scala", new DefaultSpdeProject(_) {
override def sketchClass = "StraightScala"
Expand Down

0 comments on commit da4a5cd

Please sign in to comment.