From fb38b8dc5f9f5052faf69f6c7c9c811a977ce147 Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 09:24:29 +0000 Subject: [PATCH] Update scalac-scapegoat-plugin to 1.4.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a54763c..95f7bd2 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val scalaDependencies = Seq( "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" ) -ThisBuild / scapegoatVersion := "1.4.15" +ThisBuild / scapegoatVersion := "1.4.17" lazy val scalacOptions_2_12 = Seq( "-unchecked",