Skip to content

Commit

Permalink
update readme for 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrnz authored Jan 15, 2019
1 parent 49a7262 commit 64616e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Geny 0.1.5
Geny 0.1.6
==========

```scala
"com.lihaoyi" %% "geny" % "0.1.5"
"com.lihaoyi" %%% "geny" % "0.1.5" // Scala.js
"com.lihaoyi" %% "geny" % "0.1.6"
"com.lihaoyi" %%% "geny" % "0.1.6" // Scala.js / native
```
Provides the `geny.Generator[A]` data type, a Generator of elements of type `A`.

Expand Down

0 comments on commit 64616e1

Please sign in to comment.