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 1e7cb27 commit 3669389Copy full SHA for 3669389
README.md
@@ -8,7 +8,7 @@ A Scala compiler plugin to give patterns and for-comprehensions the love they de
8
## Getting started
9
The plugin is available on Maven Central.
10
```sbt
11
-addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.0")
+addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
12
```
13
Supports Scala 2.11, 2.12, and 2.13.0
14
0 commit comments