Skip to content

Commit

Permalink
Revert "Update checkstyle to 10.12.1 (#341)" (#343)
Browse files Browse the repository at this point in the history
This reverts commit 5fffe54.
  • Loading branch information
benkonz authored Jun 30, 2023
1 parent 5fffe54 commit 6a901c2
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.1"
"com.puppycrawl.tools" % "checkstyle" % "10.12.0"
)

0 comments on commit 6a901c2

Please sign in to comment.