Skip to content

Commit

Permalink
Merge pull request #374 from scala-steward/update/checkstyle-10.12.5
Browse files Browse the repository at this point in the history
Update checkstyle to 10.12.5
  • Loading branch information
monzalo14 authored Nov 17, 2023
2 parents f3f2874 + 8de8117 commit a92d693
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.4"
"com.puppycrawl.tools" % "checkstyle" % "10.12.5"
)

0 comments on commit a92d693

Please sign in to comment.