diff --git a/build.sbt b/build.sbt index ca4bb83..6c3e85f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ organization := "gitbucket" name := "gitbucket-pages-plugin" -scalaVersion := "2.13.12" +scalaVersion := "2.13.13" version := "1.10.0" gitbucketVersion := "4.40.0" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")