File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/scala/gitbucket/gist Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ version := ProjectVersion
10
10
scalaVersion := " 2.12.1"
11
11
12
12
libraryDependencies ++= Seq (
13
- " io.github.gitbucket" %% " gitbucket" % " 4.10 .0" % " provided" ,
13
+ " io.github.gitbucket" %% " gitbucket" % " 4.11 .0" % " provided" ,
14
14
" com.typesafe.play" %% " twirl-compiler" % " 1.3.0" % " provided" ,
15
15
" javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
16
16
)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import gitbucket.core.service.AccountService
9
9
import gitbucket .core .service .RepositoryService .RepositoryInfo
10
10
import gitbucket .core .util ._
11
11
import gitbucket .core .util .Directory ._
12
- import gitbucket .core .util .ControlUtil ._
12
+ import gitbucket .core .util .SyntaxSugars ._
13
13
import gitbucket .core .util .Implicits ._
14
14
import gitbucket .core .view .helpers ._
15
15
Original file line number Diff line number Diff line change 1
1
package gitbucket .gist .util
2
2
3
3
import gitbucket .core .controller .ControllerBase
4
- import gitbucket .core .util .ControlUtil ._
4
+ import gitbucket .core .util .SyntaxSugars ._
5
5
import gitbucket .core .util .Implicits ._
6
6
7
7
/**
You can’t perform that action at this time.
0 commit comments