| |
---|
| | "sonatype-snapshot" at "https://oss.sonatype.org/content/repositories/snapshots/", |
---|
| | "amateras-snapshot" at "http://amateras.sourceforge.jp/mvn-snapshot/" |
---|
| | ) |
---|
| | libraryDependencies ++= Seq( |
---|
| | "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "4.9.0.201710071750-r", |
---|
| | "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.9.0.201710071750-r", |
---|
| | "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "4.9.1.201712030800-r", |
---|
| | "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.9.1.201712030800-r", |
---|
| | "org.scalatra" %% "scalatra" % ScalatraVersion, |
---|
| | "org.scalatra" %% "scalatra-json" % ScalatraVersion, |
---|
| | "org.scalatra" %% "scalatra-forms" % ScalatraVersion, |
---|
| | "org.json4s" %% "json4s-jackson" % "3.5.1", |
---|
| |
---|
| | |