From 3323f570cbf4a3c47a72a5d4b6b1b726ee2fb3c3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 02:23:31 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5affa7e..fed6326 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.16" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")