Skip to content

Commit

Permalink
Fix metrics version on website
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicafunk committed Nov 9, 2020
1 parent 135e596 commit 2d592af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/essentials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Encoders and Clients.

```scala
// Prometheus
libraryDependencies += "dev.zio" %% "zio-metrics-prometheus" % "1.0.0"
libraryDependencies += "dev.zio" %% "zio-metrics-prometheus" % "1.0.4"

// Dropwizard
libraryDependencies += "dev.zio" %% "zio-metrics-dropwizard" % "1.0.0"
libraryDependencies += "dev.zio" %% "zio-metrics-dropwizard" % "1.0.4"

// StatsD/DogStatsD
libraryDependencies += "dev.zio" %% "zio-metrics-statsd" % "1.0.0"
libraryDependencies += "dev.zio" %% "zio-metrics-statsd" % "1.0.4"
```

## References
Expand Down

0 comments on commit 2d592af

Please sign in to comment.