From 22e4ad4a4a28b47abd5af12775d9b570e45ee355 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:48:48 +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 c013dea..e470ab0 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ organization := "gitbucket" name := "gitbucket-pages-plugin" -scalaVersion := "2.13.17" +scalaVersion := "2.13.18" version := "1.10.0" gitbucketVersion := "4.44.0" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")