Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jul 11, 2020
1 parent 1b28836 commit 19d7f45
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
Expand Up @@ -10,19 +10,19 @@ Include in your `build.sbt` file
### core

```scala
libraryDependencies += "io.github.scalapb-json" %% "scalapb-argonaut" % "0.7.0"
libraryDependencies += "io.github.scalapb-json" %% "scalapb-argonaut" % "0.7.1"
```

for scala-js

```scala
libraryDependencies += "io.github.scalapb-json" %%% "scalapb-argonaut" % "0.7.0"
libraryDependencies += "io.github.scalapb-json" %%% "scalapb-argonaut" % "0.7.1"
```

### macros

```scala
libraryDependencies += "io.github.scalapb-json" %%% "scalapb-argonaut-macros" % "0.7.0"
libraryDependencies += "io.github.scalapb-json" %%% "scalapb-argonaut-macros" % "0.7.1"
```

## Usage
Expand Down

0 comments on commit 19d7f45

Please sign in to comment.