From 8e80a9ad28914d532b45021d0b3c3790ca51f9c9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 00:46:30 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5affa7e..37ac20f 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ daemonUser in Linux := normalizedName.value // user which will execute the appli daemonGroup in Linux := normalizedName.value // group which will execute the application -scalaVersion := "2.13.10" +scalaVersion := "2.13.13" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")