Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
- sbt version 1.3.2
- project version 4.32.0
  • Loading branch information
yoshiyoshifujii committed Sep 25, 2019
1 parent d044ad9 commit fea0a12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val Organization = "me.huzi.gitbucket"
val ProjectName = "gitbucket-desktopnotify-plugin"
val ProjectVersion = "4.10.0"
val ProjectVersion = "4.32.0"

lazy val root = (project in file(".")).enablePlugins(SbtTwirl)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.2.8
sbt.version = 1.3.2
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("3.12"),
new Version("4.0.0"),
new Version("4.3.0"),
new Version("4.10.0")
new Version("4.10.0"),
new Version("4.32.0")
)

override val controllers = Seq(
Expand Down

0 comments on commit fea0a12

Please sign in to comment.