From 353148dea7f928f337d384e2aa4e5b8f8cdbe1f6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 29 Dec 2024 18:38:49 +0000 Subject: [PATCH] Update checkstyle to 10.21.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )