From b860e32f7a5906886fcc6744232f0700131f81d2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 15:02:21 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5ebeeed..b21d730 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.12", + scalaVersion := "2.13.13", scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"), javaOptions += "-Xmx8G" )