diff --git a/build.sbt b/build.sbt index 6a6ac3c..76a976c 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "io.github.gitbucket" name := "gitbucket-explorer-plugin" version := "9.0.0" scalaVersion := "2.13.18" -gitbucketVersion := "4.46.1" +gitbucketVersion := "4.47.0" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps") javacOptions ++= Seq("-target", "8", "-source", "8")