From d09ee757c4dc5c3c2db51edfbc65d0ca0839761d Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:36:44 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2da52d8..9577658 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ organization := "io.github.gitbucket" name := "gitbucket-gist-plugin" version := "4.23.0" -scalaVersion := "2.13.13" +scalaVersion := "2.13.14" gitbucketVersion := "4.40.0" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")