(refs #1346)Update libraries

This commit is contained in:
Naoki Takezoe
2016-12-28 01:23:02 +09:00
parent 1d03e83d95
commit e93e32b349

View File

@@ -26,7 +26,7 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra" % ScalatraVersion,
"org.scalatra" %% "scalatra-json" % ScalatraVersion,
"org.json4s" %% "json4s-jackson" % "3.5.0",
"io.github.gitbucket" %% "scalatra-forms" % "1.1.0-SNAPSHOT",
"io.github.gitbucket" %% "scalatra-forms" % "1.1.0",
"commons-io" % "commons-io" % "2.4",
"io.github.gitbucket" % "solidbase" % "1.0.0",
"io.github.gitbucket" % "markedj" % "1.0.9",
@@ -35,8 +35,7 @@ libraryDependencies ++= Seq(
"org.apache.httpcomponents" % "httpclient" % "4.5.1",
"org.apache.sshd" % "apache-sshd" % "1.2.0",
"org.apache.tika" % "tika-core" % "1.13",
//"com.typesafe.slick" %% "slick" % "3.2.0-M1",
"com.github.takezoe" %% "blocking-slick" % "0.0.3-SNAPSHOT",
"com.github.takezoe" %% "blocking-slick" % "0.0.3",
"joda-time" % "joda-time" % "2.9.6",
"com.novell.ldap" % "jldap" % "2009-10-07",
"com.h2database" % "h2" % "1.4.192",