Skip to content

Commit

Permalink
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10…
Browse files Browse the repository at this point in the history
….3.1
  • Loading branch information
renovate[bot] committed Jul 6, 2022
1 parent d24e008 commit bf9044b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf9044b

Please sign in to comment.