Available on Maven Central:
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.0-M1")
A new feature comes to better-monadic-for, enabled by the flag -P:bm4:implicit-patterns (also enabled by default). This introduces a new keyword, implicit0, which can appear inside patterns, including those in for comprehensions:
case class ImplicitTest(id: Strin...