diff --git a/build.sbt b/build.sbt index 91157c3..4753bfa 100644 --- a/build.sbt +++ b/build.sbt @@ -2,5 +2,5 @@ name := "gitbucket-announce-plugin" organization := "fr.brouillard.gitbucket" version := "1.14.0" scalaVersion := "2.13.18" -gitbucketVersion := "4.45.0" +gitbucketVersion := "4.46.0" scalacOptions += "-deprecation"