From b0dc7e8ff7a68cb58dc91f66cc1f389f755e866b Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 17:38:13 +0000 Subject: [PATCH] Update gitbucket to 4.46.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4753bfa..24eb4e0 100644 --- a/build.sbt +++ b/build.sbt @@ -2,5 +2,5 @@ name := "gitbucket-announce-plugin" organization := "fr.brouillard.gitbucket" version := "1.14.0" scalaVersion := "2.13.18" -gitbucketVersion := "4.46.0" +gitbucketVersion := "4.46.1" scalacOptions += "-deprecation"