From bcce99b465879c70cef8a44dbc8409d5ed1e86b0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 16:36:22 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2d3d96e5..49ca1016 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.15" inThisBuild( Seq(