From 71e8b8ef64790a56734d8767cb33e532f4e84605 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 17:31:25 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 44fd6ad3..2d3d96e5 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.13" +val currentScalaVersion = "2.13.14" inThisBuild( Seq(