Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
`master-SNAPSHOT` seems to no longer work for jitpack, gotta use `master` instead
boxbeam authored Jun 5, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a53fb84 commit ce53379
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
@@ -16,7 +16,7 @@ repositories {

```
dependencies {
implementation 'com.github.Redempt:Crunch:master-SNAPSHOT'
implementation 'com.github.Redempt:Crunch:master'
}
```

@@ -33,7 +33,7 @@ dependencies {
<dependency>
<groupId>com.github.Redempt</groupId>
<artifactId>Crunch</artifactId>
<version>master-SNAPSHOT</version>
<version>master</version>
</dependency>
```

0 comments on commit ce53379

Please sign in to comment.