Skip to content

Commit

Permalink
daveD - upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed May 23, 2016
1 parent fadcb11 commit 0b2fe31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ Add the following lines to ```build.sbt```:
```scala
resolvers += "JCenter" at "https://jcenter.bintray.com"
libraryDependencies += "com.twitter" %% "finagle-http" % "6.35.0"
libraryDependencies += "io.github.daviddenton" %% "fintrospect" % "12.18.2"
libraryDependencies += "io.github.daviddenton" %% "fintrospect" % "12.19.0"
```

## See the code
Expand Down
2 changes: 1 addition & 1 deletion src/main/site/installation-header.md
Expand Up @@ -11,5 +11,5 @@ Add the following lines to ```build.sbt```:
```scala
resolvers += "JCenter" at "https://jcenter.bintray.com"
libraryDependencies += "com.twitter" %% "finagle-http" % "6.35.0"
libraryDependencies += "io.github.daviddenton" %% "fintrospect" % "12.18.2"
libraryDependencies += "io.github.daviddenton" %% "fintrospect" % "12.19.0"
```

0 comments on commit 0b2fe31

Please sign in to comment.