Skip to content

Commit e232b9a

Browse files
committed
Bump to GitBucket 4.3
1 parent 821b1bf commit e232b9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
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.2.x
7+
4.2.x, 4.3.x | 4.2.x, 4.3.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Organization = "gitbucket"
22
val ProjectName = "gitbucket-gist-plugin"
3-
val ProjectVersion = "4.3.0-SNAPSHOT"
3+
val ProjectVersion = "4.3.0"
44

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

@@ -15,7 +15,7 @@ resolvers ++= Seq(
1515
)
1616

1717
libraryDependencies ++= Seq(
18-
"gitbucket" % "gitbucket-assembly" % "4.3.0-SNAPSHOT" % "provided",
18+
"gitbucket" % "gitbucket-assembly" % "4.3.0" % "provided",
1919
"com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided",
2020
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
2121
)

0 commit comments

Comments
 (0)