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 1528830 commit 9c9e203Copy full SHA for 9c9e203
build.sbt
@@ -1,6 +1,6 @@
1
val Name = "gitbucket-monitorting-plugin"
2
val Organization = "net.yoshinorin"
3
-val Version = "5.0.0"
+val Version = "5.1.0"
4
5
lazy val root = project in file(".")
6
@@ -16,4 +16,4 @@ scalacOptions ++= Seq(
16
"-unchecked"
17
)
18
19
-scalafmtOnCompile := true
+scalafmtOnCompile := true
src/main/scala/Plugin.scala
@@ -19,6 +19,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("4.0.0"),
20
new Version("4.0.1"),
21
new Version("5.0.0"),
22
+ new Version("5.1.0"),
23
24
25
override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(
0 commit comments