We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b37a3 commit c9bc783Copy full SHA for c9bc783
build.sbt
@@ -1,6 +1,6 @@
1
name := "gitbucket-ci-plugin"
2
organization := "io.github.gitbucket"
3
-version := "1.8.0"
+version := "1.8.1"
4
scalaVersion := "2.12.8"
5
gitbucketVersion := "4.31.0"
6
libraryDependencies ++= Seq(
src/main/scala/Plugin.scala
@@ -63,7 +63,8 @@ class Plugin extends gitbucket.core.plugin.Plugin with CIService with AccountSer
63
new Version("1.6.4"),
64
new Version("1.7.0"),
65
new Version("1.8.0",
66
- new LiquibaseMigration("update/gitbucket-ci_1.8.0.xml"))
+ new LiquibaseMigration("update/gitbucket-ci_1.8.0.xml")),
67
+ new Version("1.8.1")
68
)
69
70
override val assetsMappings = Seq("/ci" -> "/gitbucket/ci/assets")
0 commit comments