From d4828613ee7b9d2787aed652699566f142c3b108 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 8 Oct 2022 18:57:08 +0000 Subject: [PATCH] Update scala-library to 2.13.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 948a1fab9..b0608ffab 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ sourcesInBase := false organization := Organization name := Name version := GitBucketVersion -scalaVersion := "2.13.9" +scalaVersion := "2.13.10" scalafmtOnCompile := true