From 967d03427a6629d77b333a2d81f2bf776d5d3f73 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 19:10:51 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5affa7e..a7e6ff4 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.14" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")