From 712efd39305c0e5e95d1e886c067baa2b0b280d3 Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 17:33:05 +0000 Subject: [PATCH] Update gitbucket to 4.47.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 84da1e2..741d8ec 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.1" +gitbucketVersion := "4.47.0" scalacOptions ++= Seq( "-deprecation", "-Xsource:3-cross",