Skip to content

Commit a80d67c

Browse files
committed
chore(deps): update dependency org.wartremover:wartremover to v3.1.5
1 parent aea29ab commit a80d67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ scalafmtDetailedError := true
1111
* Wartremover
1212
*/
1313
addCompilerPlugin(
14-
"org.wartremover" %% "wartremover" % "3.1.4" cross CrossVersion.full
14+
"org.wartremover" %% "wartremover" % "3.1.5" cross CrossVersion.full
1515
)
1616
// see: https://www.wartremover.org/doc/warts.html
1717
scalacOptions ++= Seq("Null").map(wart =>

0 commit comments

Comments
 (0)