Skip to content

Commit e8f6d61

Browse files
authored
Bump to GitBucket 4.32, sbt-gitbucket-plugin 1.5.0 and Scala 2.13.0 (#8)
1 parent e9a9550 commit e8f6d61

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ See [Emoji cheat sheet for Campfire and GitHub](https://www.webpagefx.com/tools/
1111

1212
Plugin version | GitBucket version
1313
:--------------|:--------------------
14+
4.6.x | 4.23.x -
1415
4.5.x | 4.18.x -
1516
4.4.x | 4.10.x -
1617
4.3.x | 4.3.x - 4.9.x
1718

1819
## Installation
1920

20-
Download jar file from [plugin registry](https://plugins.gitbucket-community.org/releases/gitbucket-emoji-plugin) and put into `GITBUCKET_HOME/plugins`.
21+
Download jar file from [Releases page](https://github.com/gitbucket/gitbucket-emoji-plugin/releases) and put into `GITBUCKET_HOME/plugins`.
2122

2223
## Build from source
2324

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
organization := "io.github.gitbucket"
22
name := "gitbucket-emoji-plugin"
3-
version := "4.5.2"
4-
scalaVersion := "2.12.4"
5-
gitbucketVersion := "4.31.2"
3+
version := "4.6.0-SNAPSHOT"
4+
scalaVersion := "2.13.0"
5+
gitbucketVersion := "4.32.0"

project/plugin.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.3.0")
1+
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.0")

src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1717
new Version("4.4.0"),
1818
new Version("4.5.0"),
1919
new Version("4.5.1"),
20-
new Version("4.5.2")
20+
new Version("4.5.2"),
21+
new Version("4.6.0")
2122
)
2223

2324
override val assetsMappings = Seq("/emoji" -> "/gitbucket/emoji/assets")

0 commit comments

Comments
 (0)