Skip to content

Commit

Permalink
Update sbt-version-policy to 3.2.1 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 23, 2024
1 parent 41f9c96 commit f392ce1
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 @@ -14,7 +14,7 @@ object Dependencies {
val sbtScalafmt = "2.5.2"
val sbtScalafix = "0.11.1"
val sbtTpolecat = "0.5.1"
val sbtVersionPolicy = "3.2.0"
val sbtVersionPolicy = "3.2.1"
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 @@ -8,7 +8,7 @@ val Dependencies = new {
val sbtScalafmt = "2.5.2"
val sbtScalafix = "0.11.1"
val sbtTpolecat = "0.5.1"
val sbtVersionPolicy = "3.2.0"
val sbtVersionPolicy = "3.2.1"
}
val missinglink = "com.spotify" % "missinglink-core" % Versions.missinglink
val sbtBuildinfo = "com.eed3si9n" % "sbt-buildinfo" % Versions.sbtBuildinfo
Expand Down

0 comments on commit f392ce1

Please sign in to comment.