From ce5d3904b729e97024d116bd1c4da82dc2ab8b9d Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:44:52 +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 d394fbb..45be07c 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "io.github.gitbucket" name := "gitbucket-emoji-plugin" version := "4.6.0" scalaVersion := "2.13.16" -gitbucketVersion := "4.42.0" +gitbucketVersion := "4.42.1" val donwloadImagesKey = TaskKey[Unit]("downloadImages")