Skip to content

Commit 6a6da13

Browse files
authored
Merge pull request #7 from hikaruworld/gitbucket-4.11
Bump to GitBucket 4.11
2 parents 32043d6 + 0f049e2 commit 6a6da13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resolvers ++= Seq(
1414
)
1515

1616
libraryDependencies ++= Seq(
17-
"io.github.gitbucket" %% "gitbucket" % "4.10.0" % "provided",
17+
"io.github.gitbucket" %% "gitbucket" % "4.11.0" % "provided",
1818
"com.typesafe.play" %% "twirl-compiler" % "1.3.0" % "provided",
1919
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
2020
)

src/main/scala/mrkm4ntr/gitbucket/network/controller/NetworkController.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import gitbucket.core.controller.{Context, ControllerBase}
99
import gitbucket.core.service.{AccountService, RepositoryService, RequestCache}
1010
import gitbucket.core.util.{ReferrerAuthenticator, StringUtil}
1111
import gitbucket.core.util.Directory._
12-
import gitbucket.core.util.ControlUtil._
12+
import gitbucket.core.util.SyntaxSugars._
1313
import mrkm4ntr.gitbucket.html
1414
import org.eclipse.jgit.api.Git
1515
import org.eclipse.jgit.revplot.{PlotCommit, PlotCommitList, PlotLane, PlotWalk}

0 commit comments

Comments
 (0)