diff --git a/build.sbt b/build.sbt index 8b8c86c..49c6ffd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ organization := "io.github.gitbucket" name := "gitbucket-gist-plugin" version := "4.23.0" -scalaVersion := "2.13.17" +scalaVersion := "2.13.18" gitbucketVersion := "4.44.0" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")