diff --git a/project/plugins.sbt b/project/plugins.sbt index 23a4942..cdf7ce1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -26,5 +26,5 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") libraryDependencies ++= Seq( "com.spotify.checkstyle" % "spotify-checkstyle-config" % "1.0.10", - "com.puppycrawl.tools" % "checkstyle" % "10.12.0" + "com.puppycrawl.tools" % "checkstyle" % "10.12.1" )