From bf9044bdee4a60dc085f10f06c3be72e2c15af91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 00:03:34 +0000 Subject: [PATCH] chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3c05f59c..3941105b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -31,7 +31,7 @@ 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.3" +dependencyOverrides += "com.puppycrawl.tools" % "checkstyle" % "10.3.1" // GitHub Packages plugin. // See more: https://dev.to/gjuoun/publish-your-scala-library-to-github-packages-4p80