Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vincemann/ez-compare
Browse files Browse the repository at this point in the history
  • Loading branch information
vincemann committed Apr 19, 2021
2 parents 8148912 + f1e8fdb commit 9bb34be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ but instead iterates over the **selected** instance variables of both objects an
<dependency>
<groupId>com.github.vincemann</groupId>
<artifactId>ez-compare</artifactId>
<version>1.0.0-SNAPSHOT.1</version>
<version>1.0.0-SNAPSHOT.2</version>
</dependency>
```

Expand All @@ -42,7 +42,7 @@ repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.vincemann:ez-compare:1.0.0-SNAPSHOT.1'
implementation 'com.github.vincemann:ez-compare:1.0.0-SNAPSHOT.2'
}
```

Expand Down

0 comments on commit 9bb34be

Please sign in to comment.