From deaab27a0e0d81549438d9099dbbd32caad347d8 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 29 Jun 2025 04:58:41 +0000 Subject: [PATCH] Update gitbucket to 4.43.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 75bc7be..85e84fa 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "io.github.gitbucket" name := "gitbucket-gist-plugin" version := "4.23.0" scalaVersion := "2.13.16" -gitbucketVersion := "4.42.1" +gitbucketVersion := "4.43.0" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps") Compile / javacOptions ++= Seq("-target", "11", "-source", "11")