Skip to content

Commit 6de44b1

Browse files
authored
Merge branch 'master' into pr-new-hooks
2 parents f632bbd + 2c8dbd7 commit 6de44b1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "gitbucket-notifications-plugin"
22
organization := "io.github.gitbucket"
3-
version := "1.5.0"
4-
scalaVersion := "2.12.4"
3+
version := "1.5.1"
4+
scalaVersion := "2.12.6"
55
gitbucketVersion := "4.25.0"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.1
1+
sbt.version=1.1.6

src/main/scala/Plugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2828
new LiquibaseMigration("update/gitbucket-notifications_1.3.xml")
2929
),
3030
new Version("1.4.0"),
31-
new Version("1.5.0")
31+
new Version("1.5.0"),
32+
new Version("1.5.1")
3233
)
3334

3435
override val controllers = Seq(

0 commit comments

Comments
 (0)