From d62a4778141aa05359bc6ba0fe875d3dafd6b636 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Apr 2024 13:54:48 +0000 Subject: [PATCH] Update scalac-scapegoat-plugin to 1.4.17 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index fe20250c4..b33fcfc98 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -32,7 +32,7 @@ object Versions { val PureConfig = "0.12.1" val Refined = "0.9.29" val ScalacheckVersion = "1.18.0" - val ScapegoatVersion = "1.4.11" + val ScapegoatVersion = "1.4.17" val ShapelessVersion = "2.3.9" val Slf4jVersion = "2.0.13" val Specs2Version = "4.20.5"