File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is an example of GitBucket plug-in. This plug-in provides code snippet repo
4
4
5
5
Plugin version | GitBucket version
6
6
:--------------|:--------------------
7
- 4.2.x | 4.2.x
7
+ 4.2.x, 4.3.x | 4.2.x, 4.3 .x
8
8
4.0.x | 4.0.x, 4.1.x
9
9
3.13.x | 3.13.x
10
10
3.12.x | 3.12.x
Original file line number Diff line number Diff line change 1
1
val Organization = " gitbucket"
2
2
val ProjectName = " gitbucket-gist-plugin"
3
- val ProjectVersion = " 4.3.0-SNAPSHOT "
3
+ val ProjectVersion = " 4.3.0"
4
4
5
5
lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
6
6
@@ -15,7 +15,7 @@ resolvers ++= Seq(
15
15
)
16
16
17
17
libraryDependencies ++= Seq (
18
- " gitbucket" % " gitbucket-assembly" % " 4.3.0-SNAPSHOT " % " provided" ,
18
+ " gitbucket" % " gitbucket-assembly" % " 4.3.0" % " provided" ,
19
19
" com.typesafe.play" %% " twirl-compiler" % " 1.0.4" % " provided" ,
20
20
" javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
21
21
)
You can’t perform that action at this time.
0 commit comments