From 0d9afdc939bee2a0f1ed823a9fbb65fb21dd489f Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 12 Aug 2017 03:46:47 +0900 Subject: [PATCH] (refs #1664)Bump to markedj 1.0.14-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8636f56e8..a2be14cd8 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ libraryDependencies ++= Seq( "io.github.gitbucket" %% "scalatra-forms" % "1.1.0", "commons-io" % "commons-io" % "2.5", "io.github.gitbucket" % "solidbase" % "1.0.2", - "io.github.gitbucket" % "markedj" % "1.0.13", + "io.github.gitbucket" % "markedj" % "1.0.14-SNAPSHOT", "org.apache.commons" % "commons-compress" % "1.13", "org.apache.commons" % "commons-email" % "1.4", "org.apache.httpcomponents" % "httpclient" % "4.5.3",