From 0d5860c095996a5c546a5d304362b4c8a6d08576 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 10 Jan 2026 02:31:53 +0000 Subject: [PATCH] Update gitbucket to 4.45.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3b45b9c..4ca4969 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.44.0" +gitbucketVersion := "4.45.0" scalacOptions ++= Seq( "-deprecation", "-Xsource:3-cross",