From cec98750c4ebcbf09a5c6c6660dbbbcd412f5b3b Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 29 Dec 2024 20:37:27 +0000 Subject: [PATCH] Update gitbucket to 4.42.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 198217d..13fbb66 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "gitbucket" name := "gitbucket-pages-plugin" scalaVersion := "2.13.15" version := "1.10.0" -gitbucketVersion := "4.41.0" +gitbucketVersion := "4.42.0" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature") scalafmtOnCompile := true