Skip to content

Commit

Permalink
Merge pull request #6 from onukura/gb435
Browse files Browse the repository at this point in the history
Bump to gitbucket 4.35.x
  • Loading branch information
yoshiyoshifujii authored Jan 6, 2021
2 parents 3ed71d0 + 896d361 commit 1a9a7e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
val Organization = "me.huzi.gitbucket"
val ProjectName = "gitbucket-bugspots-plugin"
val ProjectVersion = "4.32.0"
val ProjectVersion = "4.35.0"

lazy val root = (project in file(".")).enablePlugins(SbtTwirl)

organization := Organization
name := ProjectName
version := ProjectVersion
scalaVersion := "2.13.0"
gitbucketVersion := "4.32.0"
scalaVersion := "2.13.3"
gitbucketVersion := "4.35.0"

scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps", "-Ydelambdafy:method", "-target:jvm-1.8")
javacOptions in compile ++= Seq("-target", "8", "-source", "8")
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.3.2
sbt.version = 1.4.6
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("4.5.0"),
new Version("4.10.0"),
new Version("4.11.0"),
new Version("4.32.0")
new Version("4.32.0"),
new Version("4.35.0"),
)

override val controllers = Seq(
Expand Down

0 comments on commit 1a9a7e7

Please sign in to comment.