From 8cf745c8f8759d203270b95f68c41d6ea4782290 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 18 May 2024 04:38:53 +0000 Subject: [PATCH] Update gitbucket to 4.41.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1707e28..5fa0810 100644 --- a/build.sbt +++ b/build.sbt @@ -2,5 +2,5 @@ name := "gitbucket-notifications-plugin" organization := "io.github.gitbucket" version := "1.11.0" scalaVersion := "2.13.14" -gitbucketVersion := "4.40.0" +gitbucketVersion := "4.41.0" scalacOptions := Seq("-deprecation", "-language:postfixOps", "-feature")