Skip to content

Commit

Permalink
Version 0.6.10 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored May 13, 2021
1 parent b53f0a8 commit 4206f0f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Geny 0.6.5
Geny 0.6.10
==========

```scala
"com.lihaoyi" %% "geny" % "0.6.5"
"com.lihaoyi" %%% "geny" % "0.6.5" // Scala.js / native
"com.lihaoyi" %% "geny" % "0.6.10"
"com.lihaoyi" %%% "geny" % "0.6.10" // Scala.js / Native
```

Geny is a small library that provides push-based versions of common standard
Expand Down Expand Up @@ -397,6 +397,16 @@ particular usage pattern.
Changelog
=========

0.6.10
-----

- Add support for Scala 3.0.0

0.6.9
-----

- Add support for Scala 3.0.0-RC3

0.6.8
-----

Expand Down

0 comments on commit 4206f0f

Please sign in to comment.