From 9acdf11bafdbf2e1532c9ca62c85b34da3612bf4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 30 Sep 2024 19:55:09 +0000 Subject: [PATCH] Update checkstyle to 10.18.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index eb3384e..2d0334b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -26,5 +26,5 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") libraryDependencies ++= Seq( "com.spotify.checkstyle" % "spotify-checkstyle-config" % "1.0.10", - "com.puppycrawl.tools" % "checkstyle" % "10.18.1" + "com.puppycrawl.tools" % "checkstyle" % "10.18.2" )