From 88476668a639ea7c058f959493c0bd6f6bd2af0b Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 17:24:28 +0000 Subject: [PATCH] Update gitbucket to 4.46.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 06cafc2..0e87215 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "gitbucket" name := "gitbucket-pages-plugin" scalaVersion := "2.13.18" version := "1.10.0" -gitbucketVersion := "4.45.0" +gitbucketVersion := "4.46.0" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature") scalafmtOnCompile := true