Skip to content

Commit

Permalink
Change readme to the latest finagle-metrics version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazoti committed Jan 25, 2017
1 parent 3ed1f3e commit bdcc4ab
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,19 @@ So everything you need to do is add the sbt dependency like:


```scala
"com.github.rlazoti" %% "finagle-metrics" % "0.0.6"
"com.github.rlazoti" %% "finagle-metrics" % "0.0.8"
```

or

```scala
"com.github.rlazoti" % "finagle-metrics_2.11" % "0.0.6"
"com.github.rlazoti" % "finagle-metrics_2.12" % "0.0.8"
```


Note that finagle-metrics is cross-published for both 2.11 and 2.12 so you can use 2.11 scala version as well.


### Usage

#### Using twitter-server
Expand Down Expand Up @@ -123,13 +127,13 @@ name := "finagle-metrics-example"

version := "0.0.1-SNAPSHOT"

scalaVersion := "2.11.8"
scalaVersion := "2.12.1"

resolvers += "twttr" at "https://maven.twttr.com/"

libraryDependencies ++= Seq(
"com.twitter" %% "twitter-server" % "1.26.0",
"com.github.rlazoti" %% "finagle-metrics" % "0.0.6"
"com.github.rlazoti" %% "finagle-metrics" % "0.0.8"
)
```

Expand Down

0 comments on commit bdcc4ab

Please sign in to comment.