From 83fe9ae683657ccc697fefb5ffd9a3d5d9804e84 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:03 +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 73f3531..d394fbb 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ organization := "io.github.gitbucket" name := "gitbucket-emoji-plugin" version := "4.6.0" -scalaVersion := "2.13.15" +scalaVersion := "2.13.16" gitbucketVersion := "4.42.0" val donwloadImagesKey = TaskKey[Unit]("downloadImages")