File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
val Organization = " io.github.gitbucket"
2
2
val ProjectName = " gitbucket-gist-plugin"
3
- val ProjectVersion = " 4.9.1 "
3
+ val ProjectVersion = " 4.9.2 "
4
4
5
5
lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
6
6
@@ -10,7 +10,7 @@ version := ProjectVersion
10
10
scalaVersion := " 2.12.2"
11
11
12
12
libraryDependencies ++= Seq (
13
- " io.github.gitbucket" %% " gitbucket" % " 4.14.1 " % " provided" ,
13
+ " io.github.gitbucket" %% " gitbucket" % " 4.15.0 " % " provided" ,
14
14
" com.typesafe.play" %% " twirl-compiler" % " 1.3.0" % " provided" ,
15
15
" javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
16
16
)
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
31
31
new Version (" 4.7.0" ),
32
32
new Version (" 4.8.0" ),
33
33
new Version (" 4.9.0" ),
34
- new Version (" 4.9.1" )
34
+ new Version (" 4.9.1" ),
35
+ new Version (" 4.9.2" )
35
36
)
36
37
37
38
override def initialize (registry : PluginRegistry , context : ServletContext , settings : SystemSettings ): Unit = {
You can’t perform that action at this time.
0 commit comments