diff --git a/build.sbt b/build.sbt index d79f459..987dd7c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "gitbucket-notifications-plugin" organization := "io.github.gitbucket" version := "1.11.0" -scalaVersion := "2.13.17" +scalaVersion := "2.13.18" gitbucketVersion := "4.44.0" scalacOptions := Seq("-deprecation", "-language:postfixOps", "-feature")