Skip to content

Commit

Permalink
Point docs to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsvehla committed Nov 20, 2020
1 parent 1643a78 commit 11fb675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,8 @@ Best in class **security** is achieved with an aggressive *early exit* strategy

## Installation

`zio-json` is in beta and available as snapshot release:

```scala
resolvers += Resolver.sonatypeRepo("snapshots")

// Latest snapshot version is shown in badge here: https://github.com/zio/zio-json/#zio-json
libraryDependencies += "dev.zio" %% "zio-json" % "0.0.0+28-e548a5ac-SNAPSHOT"
libraryDependencies += "dev.zio" %% "zio-json" % "0.0.1"

scalaVersion in ThisBuild := "2.13.3"
```
Expand Down
9 changes: 1 addition & 8 deletions docs/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ ZIO JSON

## Installation

`zio-json` is in beta and available as snapshot release:

```scala
resolvers += Resolver.sonatypeRepo("snapshots")

// Latest snapshot version is shown in badge here: https://github.com/zio/zio-json/#zio-json
libraryDependencies += "dev.zio" %% "zio-json" % "0.0.0+28-e548a5ac-SNAPSHOT"

scalaVersion in ThisBuild := "2.13.3"
libraryDependencies += "dev.zio" %% "zio-json" % "0.0.1"
```

0 comments on commit 11fb675

Please sign in to comment.