Skip to content

Commit ccf05f1

Browse files
committed
Bump to GitBucket 4.11
1 parent 3b37be3 commit ccf05f1

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,14 +1,14 @@
11
val Organization = "io.github.gitbucket"
22
val ProjectName = "gitbucket-emoji-plugin"
3-
val ProjectVersion = "4.4.0"
3+
val ProjectVersion = "4.5.0-SNAPSHOT"
44

55
organization := Organization
66
name := ProjectName
77
version := ProjectVersion
88
scalaVersion := "2.12.1"
99

1010
libraryDependencies ++= Seq(
11-
"io.github.gitbucket" %% "gitbucket" % "4.10.0" % "provided",
11+
"io.github.gitbucket" %% "gitbucket" % "4.11.0" % "provided",
1212
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1313
)
1414

0 commit comments

Comments
 (0)