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 3b37be3 commit ccf05f1Copy full SHA for ccf05f1
build.sbt
@@ -1,14 +1,14 @@
1
val Organization = "io.github.gitbucket"
2
val ProjectName = "gitbucket-emoji-plugin"
3
-val ProjectVersion = "4.4.0"
+val ProjectVersion = "4.5.0-SNAPSHOT"
4
5
organization := Organization
6
name := ProjectName
7
version := ProjectVersion
8
scalaVersion := "2.12.1"
9
10
libraryDependencies ++= Seq(
11
- "io.github.gitbucket" %% "gitbucket" % "4.10.0" % "provided",
+ "io.github.gitbucket" %% "gitbucket" % "4.11.0" % "provided",
12
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
13
)
14
0 commit comments