From 00aafddca192feb031e59971187770f100d7a4c7 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 29 Jun 2025 04:59:11 +0000 Subject: [PATCH] Update gitbucket to 4.43.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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