From 1f8b7779cca5452a6641cfbad6fc9d241ff9cbfd Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:10:28 +0000 Subject: [PATCH] Update scalac-scapegoat-plugin to 2.1.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 43e8630..5395b5b 100644 --- a/build.sbt +++ b/build.sbt @@ -154,7 +154,7 @@ lazy val sbtSettings = Seq(cancelable in Global := true) lazy val scalaFmtSettings = Seq(scalafmtOnCompile := true) -lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "2.1.3") +lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "2.1.4") lazy val sbtVersionRegex = "v([0-9]+.[0-9]+.[0-9]+)-?(.*)?".r