File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
org/codelibs/gitbucket/fess/controller Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name := "gitbucket-fess-plugin"
22
33organization := " org.codelibs.gitbucket"
44
5- version := " 1.5.1-SNAPSHOT "
5+ version := " 1.6.0 "
66
7- scalaVersion := " 2.13.0 "
7+ scalaVersion := " 2.13.1 "
88
9- gitbucketVersion := " 4.32 .0"
9+ gitbucketVersion := " 4.34 .0"
1010
1111publishMavenStyle := true
1212
Original file line number Diff line number Diff line change 1- sbt.version = 1.2.8
1+ sbt.version = 1.4.6
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1818 new Version (" 1.2.0" ),
1919 new Version (" 1.3.0" ),
2020 new Version (" 1.4.0" ),
21+ new Version (" 1.4.1" ),
22+ new Version (" 1.5.0" ),
23+ new Version (" 1.6.0" ),
2124 )
2225 override val controllers = Seq (
2326 // Note: "/api/v3/" is a special prefix in ControllerBase.scala and Implicits.scala
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import gitbucket.core.util.Implicits._
1010class FessSearchController
1111 extends FessSearchControllerBase
1212 with FessSearchService
13- with ActivityService
1413 with LabelsService
1514 with PrioritiesService
1615 with MilestonesService
@@ -28,7 +27,6 @@ class FessSearchController
2827
2928trait FessSearchControllerBase extends ControllerBase {
3029 self : FessSearchService
31- with ActivityService
3230 with LabelsService
3331 with PrioritiesService
3432 with MilestonesService
You can’t perform that action at this time.
0 commit comments