From a2abbbbd63ce8b03cede0d79f8b483f32a75c0d3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 May 2021 16:02:06 +0200 Subject: [PATCH] Update scala-library to 2.13.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e301fb211..d952c5006 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ sourcesInBase := false organization := Organization name := Name version := GitBucketVersion -scalaVersion := "2.13.5" +scalaVersion := "2.13.6" scalafmtOnCompile := true