From e8df5b49d1078b4ce628928a979488cf0264f70c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 31 May 2024 20:35:48 +0200 Subject: [PATCH] Update scala-library to 2.13.14 (#152) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index c79f9bb..e54d299 100644 --- a/build.sc +++ b/build.sc @@ -53,7 +53,7 @@ trait Common extends ScalaModule with PublishModule with ScalafixModule { ) ) def publishVersion = VcsVersion.vcsState().format() - def scalaVersion = "2.13.12" + def scalaVersion = "2.13.14" def scalacOptions = super.scalacOptions() ++ Seq("-Ywarn-unused", "-deprecation")