diff --git a/build.sbt b/build.sbt index 489f589..ae1ac13 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.9" +scalaVersion := "2.13.10" gitbucketVersion := "4.38.2" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")