From 935283272e1091556d1344410284468ff3dedacf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Feb 2021 04:03:18 +0100 Subject: [PATCH] Update scala-library to 2.13.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8a021ec7f..ac2802ed0 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ sourcesInBase := false organization := Organization name := Name version := GitBucketVersion -scalaVersion := "2.13.3" +scalaVersion := "2.13.5" scalafmtOnCompile := true