diff --git a/build.sbt b/build.sbt index 5781ca4..489f589 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.9" -gitbucketVersion := "4.38.1" +gitbucketVersion := "4.38.2" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps") Compile / javacOptions ++= Seq("-target", "8", "-source", "8")