Skip to content

Commit

Permalink
Updated README with proper dependency string, repo and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenspider committed Jan 10, 2016
1 parent 6e814d7 commit 97991f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -22,9 +22,9 @@ Newman supports the following basic features:
resolvers ++= Seq(Resolver.sonatypeRepo("releases"),
Resolver.sonatypeRepo("snapshots"),
Resolver.bintrayRepo("scalaz", "releases"),
Resolver.bintrayRepo("io.megam", "scala"))
Resolver.bintrayRepo("megamsys", "scala"))

libraryDependencies += "io.megam" % "newman" % "1.3.11"
libraryDependencies += "io.megam" %% "newman" % "1.3.12"

```

Expand Down

0 comments on commit 97991f4

Please sign in to comment.