From ba1f5ecddd7dd55c42a285abb7f9d88f3348cfdf Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:11:04 +0000 Subject: [PATCH] Update scalac-scapegoat-plugin to 2.1.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d603275..baf2332 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.4" +ThisBuild / scapegoatVersion := "2.1.5" lazy val scalacOptions_2_12 = Seq( "-unchecked",