Skip to content

Commit

Permalink
Update sbt-tpolecat to 0.5.1 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 8, 2024
1 parent 5def759 commit ff0fa3f
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.11.1"
val sbtTpolecat = "0.5.0"
val sbtTpolecat = "0.5.1"
val sbtVersionPolicy = "3.2.0"
val scaluzzi = "0.1.23"
val zerowaste = "0.2.19"
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.11.1"
val sbtTpolecat = "0.5.0"
val sbtTpolecat = "0.5.1"
val sbtVersionPolicy = "3.2.0"
}
val missinglink = "com.spotify" % "missinglink-core" % Versions.missinglink
Expand Down

0 comments on commit ff0fa3f

Please sign in to comment.