From 81a14fc08236908a8f8eb4d5b42fc8bb950d473e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 20:37:29 +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 314e947..b5bfb98 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val commonSettings = Seq( organization := "org.phenoscape", version := "0.2.5", licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")), - scalaVersion := "2.13.11", + scalaVersion := "2.13.15", scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-Ypatmat-exhaust-depth", "off") )