From dc2206a25ec4c5cc767a8c8c76dba12b331ec548 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:31 +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 1e638fc..6a6ac3c 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "io.github.gitbucket" name := "gitbucket-explorer-plugin" version := "9.0.0" scalaVersion := "2.13.18" -gitbucketVersion := "4.46.0" +gitbucketVersion := "4.46.1" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps") javacOptions ++= Seq("-target", "8", "-source", "8")