We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc11d64 commit 518e426Copy full SHA for 518e426
build.sbt
@@ -1,6 +1,6 @@
1
name := "gitbucket-ci-plugin"
2
organization := "io.github.gitbucket"
3
-version := "1.6.0"
+version := "1.6.1"
4
scalaVersion := "2.12.6"
5
gitbucketVersion := "4.25.0"
6
libraryDependencies += "org.fusesource.jansi" % "jansi" % "1.16"
src/main/scala/Plugin.scala
@@ -54,7 +54,9 @@ class Plugin extends gitbucket.core.plugin.Plugin with CIService with AccountSer
54
new Version("1.4.0",
55
new LiquibaseMigration("update/gitbucket-ci_1.4.0.xml")),
56
new Version("1.5.0",
57
- new LiquibaseMigration("update/gitbucket-ci_1.5.0.xml"))
+ new LiquibaseMigration("update/gitbucket-ci_1.5.0.xml")),
58
+ new Version("1.6.0"),
59
+ new Version("1.6.1")
60
)
61
62
override val assetsMappings = Seq("/ci" -> "/gitbucket/ci/assets")
0 commit comments