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
1010scalaVersion := " 2.12.1"
1111
1212libraryDependencies ++= 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)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import gitbucket.core.service.AccountService
99import gitbucket .core .service .RepositoryService .RepositoryInfo
1010import gitbucket .core .util ._
1111import gitbucket .core .util .Directory ._
12- import gitbucket .core .util .ControlUtil ._
12+ import gitbucket .core .util .SyntaxSugars ._
1313import gitbucket .core .util .Implicits ._
1414import gitbucket .core .view .helpers ._
1515
Original file line number Diff line number Diff line change 11package gitbucket .gist .util
22
33import gitbucket .core .controller .ControllerBase
4- import gitbucket .core .util .ControlUtil ._
4+ import gitbucket .core .util .SyntaxSugars ._
55import gitbucket .core .util .Implicits ._
66
77/**
You can’t perform that action at this time.
0 commit comments