From 52509bf1d2479d3e15f1e0a12bec30c183075871 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 22:29:48 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index b007af1..c9f7ff7 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.13" def scalacOptions = super.scalacOptions() ++ Seq("-Ywarn-unused", "-deprecation")