From f6fb6c47624ceb771353fa5287e936976061bd3d Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:41:25 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cd9379a..19a6969 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.15" +scalaVersion := "2.13.16" gitbucketVersion := "4.42.0" scalacOptions ++= Seq( "-deprecation",