diff --git a/config/build.sbt b/config/build.sbt index 68138ba5..e5769cef 100644 --- a/config/build.sbt +++ b/config/build.sbt @@ -14,7 +14,7 @@ autoScalaLibrary := false crossPaths := false -libraryDependencies += "net.liftweb" %% "lift-json" % "2.4-SNAPSHOT" % "test" +libraryDependencies += "net.liftweb" %% "lift-json" % "2.4" % "test" libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test"