From 287ab2681f806cf80db14ed443c40b32fb3915a0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 00:46:38 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e19c36b..cbc7acc 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.13" -//crossScalaVersions := Seq("2.13.11", "3") +//crossScalaVersions := Seq("2.13.13", "3") scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")