Upgrade scalatra-forms to 1.0.0 that supports Scalatra 2.4.0

This commit is contained in:
Naoki Takezoe
2015-12-31 02:33:11 +09:00
parent 3399278925
commit a6f4d9d7cf
15 changed files with 15 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ object MyBuild extends Build {
"org.scalatra" %% "scalatra-specs2" % ScalatraVersion % "test",
"org.scalatra" %% "scalatra-json" % ScalatraVersion,
"org.json4s" %% "json4s-jackson" % "3.3.0",
"jp.sf.amateras" %% "scalatra-forms" % "0.2.0",
"io.github.gitbucket" %% "scalatra-forms" % "1.0.0",
"commons-io" % "commons-io" % "2.4",
"io.github.gitbucket" % "markedj" % "1.0.6-SNAPSHOT",
"org.apache.commons" % "commons-compress" % "1.9",