From 4110843adc2a135c77db692445348873aa6d6b72 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 6 Oct 2024 15:08:30 +0200 Subject: [PATCH] Update scalac-scapegoat-plugin to 3.0.3 (#708) --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index a1f32492..f47747a6 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -24,7 +24,7 @@ object Versions { val Scalacheck = "1.18.1" val ScalatestPlusScalacheck = "3.2.14.0" val Scalatest = "3.2.19" - val Scapegoat = "3.0.0" + val Scapegoat = "3.0.3" val Shapeless = "2.3.12" val Sttp = "3.9.8" val SttpModel = "1.7.11"