From c3288a33066480fe4785a9e02d473cc001b5f33e Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:49:30 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9544e90..3b45b9c 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.17" +scalaVersion := "2.13.18" gitbucketVersion := "4.44.0" scalacOptions ++= Seq( "-deprecation",