From 97991f4c1b71740625395ea12cca288f1a6ea93c Mon Sep 17 00:00:00 2001 From: Alex Abdugafarov Date: Sun, 10 Jan 2016 05:21:31 +0500 Subject: [PATCH] Updated README with proper dependency string, repo and new version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 924b3fe..a1a6ef5 100644 --- a/README.md +++ b/README.md @@ -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" ```