Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kasancode committed Feb 8, 2023
1 parent e113103 commit 601d455
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ Download jar file from [the release page](https://github.com/kasancode/gitbucket

Plugin version|GitBucket version
:---|:---
1.2.x|4.35.x -
1.1.x|4.32.x -
1.3.x|4.38.x -
1.2.x|4.35.x - 4.37.x
1.1.x|4.32.x - 4.36.x
1.0.x|4.26.x - 4.31.x

## Build from source
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := "gitbucket-ganttchart-plugin"
organization := "io.github.gitbucket"
version := "1.2.0"
scalaVersion := "2.13.3"
gitbucketVersion := "4.35.0"
version := "1.3.0"
scalaVersion := "2.13.8"
gitbucketVersion := "4.38.0"

lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
2 changes: 1 addition & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("1.0.3"),
new Version("1.1.0"),
new Version("1.2.0"),
new Version("1.3.0"),
)


override val controllers = Seq(
"/*" -> new GanttChartController()
)
Expand Down

0 comments on commit 601d455

Please sign in to comment.