From 2fd8feb7689f9d799313c99317e7eb85cc5c82e5 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 9 Sep 2022 17:53:14 +0000 Subject: [PATCH] Update gitbucket to 4.38.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 682aa5f..f5e1744 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "io.github.gitbucket" name := "gitbucket-gist-plugin" version := "4.22.0" scalaVersion := "2.13.8" -gitbucketVersion := "4.38.0" +gitbucketVersion := "4.38.1" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps") Compile / javacOptions ++= Seq("-target", "8", "-source", "8")