diff --git a/build.sbt b/build.sbt index c06901f..e6a2981 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "gitbucket" name := "gitbucket-pages-plugin" scalaVersion := "2.13.16" version := "1.10.0" -gitbucketVersion := "4.42.1" +gitbucketVersion := "4.43.0" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature") scalafmtOnCompile := true