Browse Source

Bumping unfiltered version to 0.6.8.

pakunoda 12 years ago
parent
commit
03c6374bb1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      unfiltered/project/Build.scala

+ 3 - 3
unfiltered/project/Build.scala

@@ -12,10 +12,10 @@ object Bench extends Build {
       version := "1.0.0",
       name := "bench",
       libraryDependencies ++= Seq(
-        "net.databinder" %% "unfiltered-netty-server" % "0.6.7",
+        "net.databinder" %% "unfiltered-netty-server" % "0.6.8",
         "net.databinder.dispatch" %% "dispatch-core" % "0.9.5",
-        "net.databinder" %% "unfiltered-json" % "0.6.7",
-        "net.databinder" %% "unfiltered-spec" % "0.6.7" % "test",
+        "net.databinder" %% "unfiltered-json4s" % "0.6.8",
+        "net.databinder" %% "unfiltered-spec" % "0.6.8" % "test",
         "org.clapper" %% "avsl" % "1.0.1",
         "org.json4s" %% "json4s-jackson" % "3.2.3",
         "com.typesafe.slick" %% "slick" % "1.0.0",