Skip to content

Commit

Permalink
[release] 0.3.0 (#115)
Browse files Browse the repository at this point in the history
- Main API refactor
- Update dependency
- Streaming API (draft)
  • Loading branch information
ex0ns authored Feb 26, 2023
1 parent 9f487d3 commit aa482ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Add the following dependency to your project's build file

```scala
// sbt
"com.bot4s" %% "zmatrix" % "0.2.0"
"com.bot4s" %% "zmatrix" % "0.3.0"
// mill
ivy"com.bot4s::zmatrix:0.2.0"
ivy"com.bot4s::zmatrix:0.3.0"
```

It is also possible to get the latest snapshot from [Snapshot Artifacts][link-sonatypesnapshots] by adding the following
Expand Down

0 comments on commit aa482ad

Please sign in to comment.