From d59a56d1670355e716e35dcd8cc78155470452fc Mon Sep 17 00:00:00 2001 From: Anand Singh <4903911+anand-singh@users.noreply.github.com> Date: Sat, 15 Oct 2022 01:19:06 +0000 Subject: [PATCH] Update scala-library from 2.13.8 to 2.13.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0bc95a7..63c4dbd 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ lazy val root = (project in file(".")) inThisBuild( List( organization := "com.techmonal", - scalaVersion := "2.13.8", + scalaVersion := "2.13.10", scalastyleFailOnError := true, scalastyleFailOnWarning := false, scalafmtOnCompile := true,