diff --git a/project/plugins.sbt b/project/plugins.sbt index a54bcbf..46409ce 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -26,5 +26,5 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") libraryDependencies ++= Seq( "com.spotify.checkstyle" % "spotify-checkstyle-config" % "1.0.10", - "com.puppycrawl.tools" % "checkstyle" % "10.21.0" + "com.puppycrawl.tools" % "checkstyle" % "10.21.1" )