From f04c486251c10faf0fb1fb582685835a525bf37d Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Fri, 13 May 2016 00:28:13 -0400 Subject: [PATCH] Bump markedj 1.0.9-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 478dd8c50..2d3599786 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ libraryDependencies ++= Seq( "io.github.gitbucket" %% "scalatra-forms" % "1.0.0", "commons-io" % "commons-io" % "2.4", "io.github.gitbucket" % "solidbase" % "1.0.0", - "io.github.gitbucket" % "markedj" % "1.0.8", + "io.github.gitbucket" % "markedj" % "1.0.9-SNAPSHOT", "org.apache.commons" % "commons-compress" % "1.10", "org.apache.commons" % "commons-email" % "1.4", "org.apache.httpcomponents" % "httpclient" % "4.5.1",