diff --git a/build.sbt b/build.sbt index 59a6552..84da1e2 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "gitbucket-helloworld-plugin" organization := "io.github.gitbucket" version := "1.0.0" scalaVersion := "2.13.18" -gitbucketVersion := "4.46.0" +gitbucketVersion := "4.46.1" scalacOptions ++= Seq( "-deprecation", "-Xsource:3-cross",