Skip to content

Commit be7348e

Browse files
committed
Bump to GitBucket 4.10 which support Scala 2.12
1 parent ae95814 commit be7348e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ This plug-in provides Emoji support for GitBucket.
99

1010
Plugin version | GitBucket version
1111
:--------------|:--------------------
12-
4.3.x | 4.3.x, 4.4.x, 4.5.x, 4.6.x, 4.7.x, 4.8.x
12+
4.4.x | 4.10.x
13+
4.3.x | 4.3.x, 4.4.x, 4.5.x, 4.6.x, 4.7.x, 4.8.x, 4.9.x
1314

1415
## Installation
1516

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
val Organization = "io.github.gitbucket"
22
val ProjectName = "gitbucket-emoji-plugin"
3-
val ProjectVersion = "4.4.0-SNAPSHOT"
3+
val ProjectVersion = "4.4.0"
44

55
organization := Organization
66
name := ProjectName
77
version := ProjectVersion
8-
scalaVersion := "2.11.8"
8+
scalaVersion := "2.12.1"
99

1010
libraryDependencies ++= Seq(
11-
"io.github.gitbucket" %% "gitbucket" % "4.7.0" % "provided",
12-
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
11+
"io.github.gitbucket" %% "gitbucket" % "4.10.0" % "provided",
12+
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1313
)
1414

15-
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps", "-Ybackend:GenBCode", "-Ydelambdafy:method", "-target:jvm-1.8")
15+
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps", "-Ydelambdafy:method", "-target:jvm-1.8")
1616
javacOptions in compile ++= Seq("-target", "7", "-source", "7")

project/build.properties

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

0 commit comments

Comments
 (0)