From 2fe26a9bcd761244e88c125c9e9b31ad553172fb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 00:08:11 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5296b59..3b19a91 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ addCommandAlias("full-test", ";+clean;+Test/clean;+test") Global / onChangedBuildSource := ReloadOnSourceChanges val Scala212 = "2.12.19" -val Scala213 = "2.13.13" +val Scala213 = "2.13.16" val Scala3 = "3.3.1" //=============================================================================