File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/scala/gitbucket/gist/controller Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11val Organization = " io.github.gitbucket"
22val ProjectName = " gitbucket-gist-plugin"
33val ProjectVersion = " 4.10.0"
4- val GitBucketVersion = Option (System .getProperty(" gitbucket.version" )).getOrElse(" 4.18.0 " )
4+ val GitBucketVersion = Option (System .getProperty(" gitbucket.version" )).getOrElse(" 4.19.0-SNAPSHOT " )
55
66lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
77
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package gitbucket.gist.controller
22
33import java .io .File
44import gitbucket .core .view .helpers
5- import io . github . gitbucket .scalatra .forms ._
5+ import org .scalatra .forms ._
66
77import gitbucket .core .controller .ControllerBase
88import gitbucket .core .service .AccountService
You can’t perform that action at this time.
0 commit comments