Skip to content

Commit

Permalink
Fix mistaken "current version" note in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Daenyth authored Sep 10, 2019
1 parent 3669389 commit 4f6b194
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 @@ -193,7 +193,7 @@ for {
} yield "ok"
```

In current version (0.3.0-M4) it's required to specify a type annotation in a pattern with `implicit0`.
In current version (0.3.0) it's required to specify a type annotation in a pattern with `implicit0`.

It also works in regular match clauses:
```scala
Expand Down

0 comments on commit 4f6b194

Please sign in to comment.