From 5f0e940c0def3862ba33beb5f52cda45eda15dd9 Mon Sep 17 00:00:00 2001 From: yoyama Date: Thu, 16 Jan 2025 03:01:01 +0000 Subject: [PATCH] Update scala-compiler, 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 594cb6d..bc9e146 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import scala.sys.process._ Global / onChangedBuildSource := ReloadOnSourceChanges -lazy val scala213 = "2.13.6" +lazy val scala213 = "2.13.16" lazy val scala212 = "2.12.15" lazy val supportedScalaVersions = List(scala213, scala212)