From d5887b1a4184fe4ac8c78734a916cb52ade4200e Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:41:54 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")