Skip to content

Commit c2d1396

Browse files
committed
Bump to GitBucket 4.11
1 parent d77e7fc commit c2d1396

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version := ProjectVersion
1010
scalaVersion := "2.12.1"
1111

1212
libraryDependencies ++= Seq(
13-
"io.github.gitbucket" %% "gitbucket" % "4.10.0" % "provided",
13+
"io.github.gitbucket" %% "gitbucket" % "4.11.0" % "provided",
1414
"com.typesafe.play" %% "twirl-compiler" % "1.3.0" % "provided",
1515
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1616
)

src/main/scala/gitbucket/gist/controller/GistController.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import gitbucket.core.service.AccountService
99
import gitbucket.core.service.RepositoryService.RepositoryInfo
1010
import gitbucket.core.util._
1111
import gitbucket.core.util.Directory._
12-
import gitbucket.core.util.ControlUtil._
12+
import gitbucket.core.util.SyntaxSugars._
1313
import gitbucket.core.util.Implicits._
1414
import gitbucket.core.view.helpers._
1515

src/main/scala/gitbucket/gist/util/GistAuthenticator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package gitbucket.gist.util
22

33
import gitbucket.core.controller.ControllerBase
4-
import gitbucket.core.util.ControlUtil._
4+
import gitbucket.core.util.SyntaxSugars._
55
import gitbucket.core.util.Implicits._
66

77
/**

0 commit comments

Comments
 (0)