From 3a2a5a96841c92d00b0f54e0e2f3c07ea2fb0747 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 10 Jun 2023 13:36:38 +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 4007eb5..f0c9573 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Cla homepage := Some(url("https://github.com/balhoff/arachne")) -scalaVersion := "2.13.10" +scalaVersion := "2.13.11" //crossScalaVersions := Seq("2.12.15", "2.13.6")