From 07a8738a46723d7fea1ccee0794d7f13f8f7e3ec Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Nov 2025 17:35:36 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 62092bf..026d1b0 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val commonSettings = Seq( version := "2.3.3", licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")), homepage := Some(url("https://github.com/balhoff/relation-graph")), - scalaVersion := "2.13.17", + scalaVersion := "2.13.18", scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"), javaOptions += "-Xmx8G" )