From 0e1a89afe624cbb03421e774311d03e3a9c2c247 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 00:41:36 +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 2d3d96e5..223003ff 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import scala.io.Source import scala.language.postfixOps import sbt.io.Using -val currentScalaVersion = "2.13.14" +val currentScalaVersion = "2.13.16" inThisBuild( Seq(