diff --git a/build.sbt b/build.sbt index 072cec3..535b302 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ organization := "io.github.gitbucket" name := "gitbucket-gist-plugin" version := "4.22.0" -scalaVersion := "2.13.7" +scalaVersion := "2.13.8" gitbucketVersion := "4.37.0" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")