From 75b9223a522961d12f124503ba6d32515680d68d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 15:49:31 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 81480c8..b89b5b1 100644 --- a/build.sc +++ b/build.sc @@ -108,7 +108,7 @@ trait BaseScalaNoPublishModule extends ScalaModule with ScalafmtModule with TpolecatModule { - def scalaVersion = T.input("2.13.14") + def scalaVersion = T.input("2.13.15") } trait BaseMimaModule extends BasePublishModule with Mima {