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 1
1
val Organization = " io.github.gitbucket"
2
2
val ProjectName = " gitbucket-gist-plugin"
3
3
val 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 " )
5
5
6
6
lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
7
7
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package gitbucket.gist.controller
2
2
3
3
import java .io .File
4
4
import gitbucket .core .view .helpers
5
- import io . github . gitbucket .scalatra .forms ._
5
+ import org .scalatra .forms ._
6
6
7
7
import gitbucket .core .controller .ControllerBase
8
8
import gitbucket .core .service .AccountService
You can’t perform that action at this time.
0 commit comments