Skip to content

Commit

Permalink
Update checkstyle to 10.12.3 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 1, 2023
1 parent 42b204c commit 7cf39dc
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 @@ -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.2"
"com.puppycrawl.tools" % "checkstyle" % "10.12.3"
)

0 comments on commit 7cf39dc

Please sign in to comment.