From 5dca9adbe44a5eb7a6f043433247caf80c88bf91 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 19:11:20 +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 5ec16b9..fe3b5fb 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ daemonUser in Linux := "phenoscape" // user which will execute the application daemonGroup in Linux := "phenoscape" // group which will execute the application -scalaVersion := "2.13.8" +scalaVersion := "2.13.14" scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8")