From df6e2c3eb10c84c16e9725faa6cb283125a7ee96 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 31 May 2024 18:09:57 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sc b/build.sc index 8f3da75..3ea43b0 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") @@ -134,8 +134,7 @@ trait itestCross extends MillIntegrationTestModule with Cross.Module[String] { PathRef(testBase / "not-publish-module") -> Seq( TestInvocation.Targets(Seq("prepare")), TestInvocation.Targets(Seq("verify"), expectedExitCode = 1) - ), - + ) ) } }