diff --git a/build.sbt b/build.sbt index e3d54fd..b2e9e25 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.11" +scalaVersion := "2.13.12" gitbucketVersion := "4.39.0" scalacOptions := Seq("-deprecation", "-language:postfixOps", "-feature")