We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862de29 commit 4961fcbCopy full SHA for 4961fcb
build.sbt
@@ -1,6 +1,6 @@
1
name := "gitbucket-ci-plugin"
2
organization := "io.github.gitbucket"
3
-version := "1.6.1"
+version := "1.6.2"
4
scalaVersion := "2.12.6"
5
gitbucketVersion := "4.25.0"
6
libraryDependencies += "org.fusesource.jansi" % "jansi" % "1.16"
src/main/scala/Plugin.scala
@@ -57,7 +57,8 @@ class Plugin extends gitbucket.core.plugin.Plugin with CIService with AccountSer
57
new LiquibaseMigration("update/gitbucket-ci_1.5.0.xml")),
58
new Version("1.6.0",
59
new LiquibaseMigration("update/gitbucket-ci_1.6.0.xml")),
60
- new Version("1.6.1")
+ new Version("1.6.1"),
61
+ new Version("1.6.2")
62
)
63
64
override val assetsMappings = Seq("/ci" -> "/gitbucket/ci/assets")
0 commit comments