From ea7c8e62de9976163a4cefff07fd68374ce51c62 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Thu, 10 Mar 2016 01:40:49 +0900 Subject: [PATCH] Bump markedj to 1.0.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5602a1af7..dca80f3ce 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ libraryDependencies ++= Seq( "org.json4s" %% "json4s-jackson" % "3.3.0", "io.github.gitbucket" %% "scalatra-forms" % "1.0.0", "commons-io" % "commons-io" % "2.4", - "io.github.gitbucket" % "markedj" % "1.0.7-SNAPSHOT", + "io.github.gitbucket" % "markedj" % "1.0.7", "org.apache.commons" % "commons-compress" % "1.10", "org.apache.commons" % "commons-email" % "1.4", "org.apache.httpcomponents" % "httpclient" % "4.5.1",