From 30a5b1d0618a86778df293dad98dd8c2447a84a0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 10 Jun 2023 13:37:41 +0000 Subject: [PATCH] Update scala-library to 2.13.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb024da..38963f8 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ lazy val commonSettings = Seq( version := "2.3.1", licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")), homepage := Some(url("https://github.com/balhoff/relation-graph")), - scalaVersion := "2.13.10", + scalaVersion := "2.13.11", scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"), javaOptions += "-Xmx8G" )