From 8b3b7d3d2cad227f3fc76a8fdec7dcf5a3a144fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:23:05 +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 c21f4bd..c41225b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val scalaVersions = Seq("2.13.14", "2.12.18") +lazy val scalaVersions = Seq("2.13.16", "2.12.18") ThisBuild / scalaVersion := scalaVersions.head ThisBuild / versionScheme := Some("early-semver")