From 1ca0df454b21f4a638140b19b8ce0bcd62229918 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 20:36:51 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e19c36b..4066c32 100644 --- a/build.sbt +++ b/build.sbt @@ -23,9 +23,9 @@ licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT")) homepage := Some(url("https://github.com/phenoscape/owlet")) -scalaVersion := "2.13.11" +scalaVersion := "2.13.15" -//crossScalaVersions := Seq("2.13.11", "3") +//crossScalaVersions := Seq("2.13.15", "3") scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")