From e21d55e6850607b02bc898846ac6ac566d0b7018 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 00:46:03 +0000 Subject: [PATCH] chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.10.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c863381b..e67effdd 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.10.0"