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