Skip to content

Commit 5576515

Browse files
committed
Update version
1 parent 09ec6c6 commit 5576515

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is an example of GitBucket plug-in. This plug-in provides code snippet repo
44

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7-
4.2.x, 4.3.x | 4.2.x, 4.3.x, 4.4.x, 4.5.x
7+
4.2.x, 4.3.x | 4.2.x, 4.3.x, 4.4.x, 4.5.x, 4.6.x, 4.7.x
88
4.0.x | 4.0.x, 4.1.x
99
3.13.x | 3.13.x
1010
3.12.x | 3.12.x

build.sbt

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

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

@@ -10,10 +10,10 @@ version := ProjectVersion
1010
scalaVersion := "2.11.8"
1111

1212
libraryDependencies ++= Seq(
13-
"io.github.gitbucket" %% "gitbucket" % "4.5.0" % "provided",
13+
"io.github.gitbucket" %% "gitbucket" % "4.7.0" % "provided",
1414
"com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided",
1515
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1616
)
1717

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

0 commit comments

Comments
 (0)