From 848e4a88f0f38f747027c21cffe296e38cd54df1 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 2 Jun 2023 15:41:46 +0000 Subject: [PATCH] Update scala-library to 2.13.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4498917..34e8a51 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ organization := "io.github.gitbucket" name := "gitbucket-gist-plugin" version := "4.22.0" -scalaVersion := "2.13.10" +scalaVersion := "2.13.11" gitbucketVersion := "4.39.0" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")