From 5fbe7642fef2d5211734a590015029368927c5c1 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 29 Dec 2024 20:38:08 +0000 Subject: [PATCH] Update gitbucket to 4.42.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ceb403c..cd9379a 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.15" -gitbucketVersion := "4.41.0" +gitbucketVersion := "4.42.0" scalacOptions ++= Seq( "-deprecation", "-Xsource:3-cross",