We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ddc35 commit d92cfdaCopy full SHA for d92cfda
build.sbt
@@ -1,7 +1,7 @@
1
val Organization = "io.github.gitbucket"
2
val ProjectName = "gitbucket-gist-plugin"
3
val ProjectVersion = "4.10.0"
4
-val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.18.0")
+val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.19.0-SNAPSHOT")
5
6
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
7
src/main/scala/gitbucket/gist/controller/GistController.scala
@@ -2,7 +2,7 @@ package gitbucket.gist.controller
import java.io.File
import gitbucket.core.view.helpers
-import io.github.gitbucket.scalatra.forms._
+import org.scalatra.forms._
import gitbucket.core.controller.ControllerBase
8
import gitbucket.core.service.AccountService
0 commit comments