diff --git a/build.sbt b/build.sbt index 9577658..9625a93 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.14" -gitbucketVersion := "4.40.0" +gitbucketVersion := "4.41.0" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps") Compile / javacOptions ++= Seq("-target", "11", "-source", "11")