From c2bab6c3f33d0d6380a207f60730cb7b1943d7a1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 12:02:05 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 3f5e0fa..fe21e6b 100644 --- a/build.sc +++ b/build.sc @@ -91,7 +91,7 @@ trait BaseScalaNoPublishModule extends ScalaModule with ScalafmtModule with TpolecatModule { - def scalaVersion = T.input("2.13.13") + def scalaVersion = T.input("2.13.14") } trait BaseMimaModule extends BasePublishModule with Mima {