From b417700d9d678edefbb8e4512321f603144218a7 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:19:09 +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 2a7f184..994c6b5 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val scalaDependencies = Seq( "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0" ) -ThisBuild / scapegoatVersion := "2.1.3" +ThisBuild / scapegoatVersion := "2.1.4" lazy val scalacOptions_2_12 = Seq( "-unchecked",