Skip to content

Commit b9b4b56

Browse files
committed
Bump GitBucket to 4.3.0
1 parent c9ed445 commit b9b4b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Organization = "gitbucket"
22
val ProjectName = "gitbucket-emoji-plugin"
3-
val ProjectVersion = "4.3.0-SNAPSHOT"
3+
val ProjectVersion = "4.3.0"
44

55
organization := Organization
66
name := ProjectName
@@ -13,7 +13,7 @@ resolvers ++= Seq(
1313
)
1414

1515
libraryDependencies ++= Seq(
16-
"gitbucket" % "gitbucket-assembly" % "4.3.0-SNAPSHOT" % "provided",
16+
"gitbucket" % "gitbucket-assembly" % "4.3.0" % "provided",
1717
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1818
)
1919

0 commit comments

Comments
 (0)