diff --git a/build.sbt b/build.sbt index cd9379a..19a6969 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "gitbucket-helloworld-plugin" organization := "io.github.gitbucket" version := "1.0.0" -scalaVersion := "2.13.15" +scalaVersion := "2.13.16" gitbucketVersion := "4.42.0" scalacOptions ++= Seq( "-deprecation",