diff --git a/build.sbt b/build.sbt index 94d17b9..f9eb27c 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.10" -gitbucketVersion := "4.38.3" +gitbucketVersion := "4.38.4" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps") Compile / javacOptions ++= Seq("-target", "8", "-source", "8")