Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Oct 20, 2024
1 parent 564c3bb commit 9a28047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy val wiringbitsWarts = List(
"cats-effect-warts", // cats-effect 3 only
)
libraryDependencies ++= wiringbitsWarts.map { customWart =>
"net.wiringbits" %% customWart % "0.4.0" // pick the latest version
"net.wiringbits" %% customWart % "0.4.2" // pick the latest version
}
wartremoverClasspaths ++= {
(Compile / dependencyClasspath).value.files
Expand Down

0 comments on commit 9a28047

Please sign in to comment.