Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
val sbtRewarn = "0.1.3"
val sbtScalafmt = "2.4.2"
val sbtScalafix = "0.9.28"
val sbtTpolecat = "0.1.17"
val sbtTpolecat = "0.1.18"
val scaluzzi = "0.1.18"
val silencer = "1.7.4"

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.4.2"
val sbtScalafix = "0.9.28"
val sbtTpolecat = "0.1.17"
val sbtTpolecat = "0.1.18"
}
val sbtBuildinfo = "com.eed3si9n" % "sbt-buildinfo" % Versions.sbtBuildinfo
val sbtCiRelease = "com.geirsson" % "sbt-ci-release" % Versions.sbtCiRelease
Expand Down