Skip to content

Commit

Permalink
Update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha authored Jun 23, 2024
1 parent 26a7ebe commit f652461
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 @@ -7,7 +7,7 @@ Answering the question of "what if my fancy endpoints were defined as a trait"
Use ops-mirror to help define the `derived` method of a Type-class. It provides a view (`mirrorops.OpsMirror`) over the methods of a trait. This is much more convenient to decompose with quotes/splices, or even match types, than the alternative of using the Reflection API (`scala.quoted.Quotes`).

```scala
//> using dep io.github.bishabosha::ops-mirror::0.1.1
//> using dep io.github.bishabosha::ops-mirror::0.1.2

import mirrorops.OpsMirror

Expand Down

0 comments on commit f652461

Please sign in to comment.