diff --git a/README.md b/README.md index fc03bbd..4fc1126 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you're using [Maven](maven.apache.org) simply specify the GAV coordinate belo org.bradfordmiller deduper - 0.0.35 + 0.0.38 ``` @@ -36,7 +36,7 @@ If you're using [Maven](maven.apache.org) simply specify the GAV coordinate belo Add this GAV coordinate to your SBT dependency list ```sbt -libraryDependencies += "org.bradfordmiller" %% "deduper" % "0.0.35" +libraryDependencies += "org.bradfordmiller" %% "deduper" % "0.0.38" ``` #### Running with Gradle @@ -47,7 +47,7 @@ Add this GAV coordinate to your Gradle dependencies section dependencies { ... ... - implementation 'org.bradfordmiller:deduper:0.0.35' + implementation 'org.bradfordmiller:deduper:0.0.38' } ```