From 673c835db7cfc8baad5ca10f0aede3f34bd8695d Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 8 Aug 2024 17:34:39 -0700 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 92e23dd..ff2daf6 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ def osgiExport(scalaVersion: String, version: String) = { } lazy val commonSettings = Seq( - crossScalaVersions := Seq("2.13.13", "2.12.19", "2.11.12", "3.3.3"), + crossScalaVersions := Seq("2.13.14", "2.12.19", "2.11.12", "3.3.3"), scalaVersion := crossScalaVersions.value.head, // we could make this stricter again (BinaryAndSourceCompatible) // after our reference version was built on Scala 3.1.x