From e384bedbaf9f4e267d1df41346cdcd5609e09817 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 06:26:06 +0000 Subject: [PATCH] chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.11.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7075da49..276ec3e6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -37,4 +37,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0") // Java Checkstyle plugin. // See more: https://github.com/etsy/sbt-checkstyle-plugin addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "3.1.1") -dependencyOverrides += "com.puppycrawl.tools" % "checkstyle" % "10.9.3" +dependencyOverrides += "com.puppycrawl.tools" % "checkstyle" % "10.11.0"