Skip to content

Commit

Permalink
chore(deps): update dependency org.wartremover:wartremover to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent f0c83fe commit 776009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scalafmtDetailedError := true
* Wartremover
*/
addCompilerPlugin(
"org.wartremover" %% "wartremover" % "3.2.7" cross CrossVersion.full
"org.wartremover" %% "wartremover" % "3.3.0" cross CrossVersion.full
)
// see: https://www.wartremover.org/doc/warts.html
scalacOptions ++= Seq("Null").map(wart =>
Expand Down

0 comments on commit 776009f

Please sign in to comment.