From 518f4c524d31b4de72762374d76a439e06850a2a Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:25:42 +0000 Subject: [PATCH] Update scalac-scapegoat-plugin to 3.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 311a269..70cd17c 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val scalaDependencies = Seq( "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" ) -ThisBuild / scapegoatVersion := "3.0.3" +ThisBuild / scapegoatVersion := "3.1.1" lazy val scalacOptions_2_12 = Seq( "-unchecked",