From 0f518a1ecbb1e4c0a96ae3315a292bcd7e319341 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 21:34:52 +0000 Subject: [PATCH] chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.17.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5b0e038f..2d97fa06 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.12.1" +dependencyOverrides += "com.puppycrawl.tools" % "checkstyle" % "10.17.0"