From 7e6691799317d622f659810d8cb00f0f60cb058a Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 19 Sep 2022 19:45:08 +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 edf5dc422..3919a3ce7 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ sourcesInBase := false organization := Organization name := Name version := GitBucketVersion -scalaVersion := "2.13.8" +scalaVersion := "2.13.9" scalafmtOnCompile := true