From dccd31f134e82219005c75c8ad3d8476262abb4a Mon Sep 17 00:00:00 2001 From: scala-steward-bot <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 18 May 2024 16:14:25 +0900 Subject: [PATCH] Update gitbucket to 4.41.0 (#68) --- 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")