We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ed445 commit b9b4b56Copy full SHA for b9b4b56
build.sbt
@@ -1,6 +1,6 @@
1
val Organization = "gitbucket"
2
val ProjectName = "gitbucket-emoji-plugin"
3
-val ProjectVersion = "4.3.0-SNAPSHOT"
+val ProjectVersion = "4.3.0"
4
5
organization := Organization
6
name := ProjectName
@@ -13,7 +13,7 @@ resolvers ++= Seq(
13
)
14
15
libraryDependencies ++= Seq(
16
- "gitbucket" % "gitbucket-assembly" % "4.3.0-SNAPSHOT" % "provided",
+ "gitbucket" % "gitbucket-assembly" % "4.3.0" % "provided",
17
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
18
19
0 commit comments