From d90be3b5978f2d6c24c8d6b2f9cb622bedf233e2 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 19 Sep 2022 19:47:21 +0000 Subject: [PATCH] Update scala-library to 2.13.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f5e1744..5781ca4 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.8" +scalaVersion := "2.13.9" gitbucketVersion := "4.38.1" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")