From b24ea930f8f233e0729bde321221d82eecf5a57a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 17:31:37 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7bfa4b6..e84ced3 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val commonSettings = Seq( version := "2.3.2", licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")), homepage := Some(url("https://github.com/balhoff/relation-graph")), - scalaVersion := "2.13.15", + scalaVersion := "2.13.16", scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"), javaOptions += "-Xmx8G" )