Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman committed Feb 12, 2024
1 parent d6321a4 commit 1b3e5a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
</p>

# chameleon
[![Build Status](https://travis-ci.org/cornerman/chameleon.svg?branch=master)](https://travis-ci.org/cornerman/chameleon)

Typeclasses for serialization

Expand All @@ -16,6 +15,9 @@ Currently supports:
* [scalapb](https://github.com/scalapb/ScalaPB)
* [zio-json](https://github.com/zio/zio-json)

We build one artifact with an `Optional` dependency on each of the above serialization libraries.
This will not bloat your project. It only has an effect if you explicitly depend on the serialization library yourself.

Get latest release:
```scala
libraryDependencies += "com.github.cornerman" %%% "chameleon" % "0.3.5"
Expand Down

0 comments on commit 1b3e5a9

Please sign in to comment.