Skip to content

Commit

Permalink
Update sbt-tpolecat to 0.3.1 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 10, 2022
1 parent 7e59080 commit c3c9af7
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 @@ -15,7 +15,7 @@ object Dependencies {
val sbtRewarn = "0.1.3"
val sbtScalafmt = "2.4.6"
val sbtScalafix = "0.10.0"
val sbtTpolecat = "0.2.3"
val sbtTpolecat = "0.3.1"
val scaluzzi = "0.1.21"
val silencer = "1.7.8"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val Dependencies = new {
val sbtRewarn = "0.1.3"
val sbtScalafmt = "2.4.6"
val sbtScalafix = "0.10.0"
val sbtTpolecat = "0.2.3"
val sbtTpolecat = "0.3.1"
}
val missinglink = "com.spotify" % "missinglink-core" % Versions.missinglink
val sbtBuildinfo = "com.eed3si9n" % "sbt-buildinfo" % Versions.sbtBuildinfo
Expand Down

0 comments on commit c3c9af7

Please sign in to comment.