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