Skip to content

Commit

Permalink
(refs gitbucket#20)Upgrade to JGit 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jul 5, 2013
1 parent ef38855 commit bdd83a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object MyBuild extends Build {
scalaVersion := ScalaVersion,
resolvers += Classpaths.typesafeReleases,
libraryDependencies ++= Seq(
"org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "2.3.1.201302201838-r",
"org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "3.0.0.201306101825-r",
"org.apache.commons" % "commons-io" % "1.3.2",
"org.scalatra" %% "scalatra" % ScalatraVersion,
"org.scalatra" %% "scalatra-specs2" % ScalatraVersion % "test",
Expand Down

0 comments on commit bdd83a8

Please sign in to comment.