diff --git a/build.sbt b/build.sbt index db81dab..d27dfaf 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.12" +scalaVersion := "2.13.13" gitbucketVersion := "4.40.0" scalacOptions ++= Seq( "-deprecation",