Skip to content

Commit 2cdccc4

Browse files
authored
Merge pull request #35 from onukura/gb434
Bump to gitbucket 4.34.0
2 parents a99b8ab + 884b614 commit 2cdccc4

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name := "gitbucket-fess-plugin"
22

33
organization := "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

1111
publishMavenStyle := true
1212

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.2.8
1+
sbt.version = 1.4.6

src/main/scala/Plugin.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/main/scala/org/codelibs/gitbucket/fess/controller/FessSearchController.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import gitbucket.core.util.Implicits._
1010
class 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

2928
trait FessSearchControllerBase extends ControllerBase {
3029
self: FessSearchService
31-
with ActivityService
3230
with LabelsService
3331
with PrioritiesService
3432
with MilestonesService

0 commit comments

Comments
 (0)