Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bmiller1009/deduper
Browse files Browse the repository at this point in the history
  • Loading branch information
bmiller1009 committed Dec 10, 2020
2 parents 668a827 + 4877672 commit 9a226fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -27,7 +27,7 @@ If you're using [Maven](maven.apache.org) simply specify the GAV coordinate belo
<dependency>
<groupId>org.bradfordmiller</groupId>
<artifactId>deduper</artifactId>
<version>0.0.35</version>
<version>0.0.38</version>
</dependency>
```

Expand All @@ -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
Expand All @@ -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'
}
```

Expand Down

0 comments on commit 9a226fd

Please sign in to comment.