Skip to content

Commit cfe0696

Browse files
committed
Upgrade to GitBucket 3.10
1 parent b231af4 commit cfe0696

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +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+
3.10.x | 3.10.x
78
3.7.x | 3.7.x, 3.8.x, 3.9.x
89
3.6.x | 3.6.x
910

project/build.scala

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object MyBuild extends Build {
77

88
val Organization = "jp.sf.amateras"
99
val Name = "gitbucket-gist-plugin"
10-
val Version = "3.7.0"
10+
val Version = "3.10.0"
1111
val ScalaVersion = "2.11.6"
1212

1313
lazy val project = Project (
@@ -25,9 +25,9 @@ object MyBuild extends Build {
2525
"amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
2626
),
2727
libraryDependencies ++= Seq(
28-
"gitbucket" % "gitbucket-assembly" % "3.7.0" % "provided",
29-
"com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided",
30-
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
28+
"gitbucket" % "gitbucket-assembly" % "3.10.0" % "provided",
29+
"com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided",
30+
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
3131
),
3232
javacOptions in compile ++= Seq("-target", "7", "-source", "7")
3333
).enablePlugins(SbtTwirl)

0 commit comments

Comments
 (0)