From 740750632a4069a807d5fcde2bb0b8bd868bb79b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 08:52:00 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7eee4c..1a2b8c4 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.15", "2.12.20", "2.11.12", "3.3.4"), + crossScalaVersions := Seq("2.13.16", "2.12.20", "2.11.12", "3.3.4"), scalaVersion := crossScalaVersions.value.head, // we could make this stricter again (BinaryAndSourceCompatible) // after our reference version was built on Scala 3.1.x