We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea29ab commit a80d67cCopy full SHA for a80d67c
build.sbt
@@ -11,7 +11,7 @@ scalafmtDetailedError := true
11
* Wartremover
12
*/
13
addCompilerPlugin(
14
- "org.wartremover" %% "wartremover" % "3.1.4" cross CrossVersion.full
+ "org.wartremover" %% "wartremover" % "3.1.5" cross CrossVersion.full
15
)
16
// see: https://www.wartremover.org/doc/warts.html
17
scalacOptions ++= Seq("Null").map(wart =>
0 commit comments