From 328a22a97efb7bbede55b6e2a6e9904c75d7e427 Mon Sep 17 00:00:00 2001 From: nafg Date: Thu, 9 Feb 2012 01:49:15 -0500 Subject: [PATCH] lift-json -> 2.5-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6b3976f..d47e4a2 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ libraryDependencies ++= Seq( "net.databinder" %% "dispatch-core" % "0.8.7", - "net.liftweb" %% "lift-json" % "2.4-RC1", + "net.liftweb" %% "lift-json" % "2.5-SNAPSHOT", "net.databinder" %% "dispatch-http" % "0.8.7" % "test", "org.scala-tools.testing" %% "specs" % "1.6.9" % "test" )