Skip to content

Commit

Permalink
Update sbt-tpolecat to 0.5.2 (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 19, 2024
1 parent 7f71a88 commit bf77d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Dependencies {
val sbtRewarn = "0.1.3"
val sbtScalafmt = "2.5.2"
val sbtScalafix = "0.12.0"
val sbtTpolecat = "0.5.1"
val sbtTpolecat = "0.5.2"
val sbtVersionPolicy = "3.2.1"
val scaluzzi = "0.1.23"
val zerowaste = "0.2.21"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val Dependencies = new {
val sbtRewarn = "0.1.3"
val sbtScalafmt = "2.5.2"
val sbtScalafix = "0.12.0"
val sbtTpolecat = "0.5.1"
val sbtTpolecat = "0.5.2"
val sbtVersionPolicy = "3.2.1"
}
val missinglink = "com.spotify" % "missinglink-core" % Versions.missinglink
Expand Down

0 comments on commit bf77d6b

Please sign in to comment.