File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Download jar file from [the release page](https://github.com/mrkm4ntr/gitbucket-
1212
1313Plugin version|GitBucket version
1414:---|:---
15+ 1.9.x|4.35.x
15161.8.x|4.34.x
16171.7.x|4.32.x
17181.6.x|4.26.x
Original file line number Diff line number Diff line change 11val Organization = " com.github.mrkm4ntr"
22val Name = " gitbucket-network-plugin"
3- val Version = " 1.8.1 "
3+ val Version = " 1.9.0 "
44
55lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
66
77organization := Organization
88name := Name
99version := Version
10- scalaVersion := " 2.13.0 "
11- gitbucketVersion := " 4.34 .0"
10+ scalaVersion := " 2.13.1 "
11+ gitbucketVersion := " 4.35 .0"
1212
1313resolvers ++= Seq (
1414 Resolver .jcenterRepo
Original file line number Diff line number Diff line change 1- sbt.version = 1.2.8
1+ sbt.version = 1.4.4
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2222 new Version (" 1.6.1" ),
2323 new Version (" 1.7.0" ),
2424 new Version (" 1.8.0" ),
25- new Version (" 1.8.1" )
25+ new Version (" 1.8.1" ),
26+ new Version (" 1.9.0" )
2627 )
2728
2829 override val description : String = " Provides Network feature on Gitbucket."
You can’t perform that action at this time.
0 commit comments