From 14aa5f624d493ee9f2a3d17dd1c51105a21dbda9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 Oct 2022 23:19:12 +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 08fd942..b258546 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import java.time.format.DateTimeFormatter lintUnusedKeysOnLoad in Global := false -scalaVersion := "2.13.8" +scalaVersion := "2.13.10" scalafmtOnCompile := true lazy val It = config("it") extend Test