From 507b0cf519cce07c0a6a248fa47184b8b3e128b7 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:45:15 +0000 Subject: [PATCH] Update gitbucket to 4.42.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 19a6969..6407f70 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.16" -gitbucketVersion := "4.42.0" +gitbucketVersion := "4.42.1" scalacOptions ++= Seq( "-deprecation", "-Xsource:3-cross",