From 09a45955f1bf6d910548eb09b803728155b7c471 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 20:36:44 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5affa7e..ed6b6a1 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.15" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")