From c8caa036a6f17409d844c165e7c3b53ed7d73fba Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:40:39 +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 13fbb66..b9ce5d6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ organization := "gitbucket" name := "gitbucket-pages-plugin" -scalaVersion := "2.13.15" +scalaVersion := "2.13.16" version := "1.10.0" gitbucketVersion := "4.42.0" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")