Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slisaasquatch committed Jan 31, 2024
1 parent f51e6fd commit bfa0c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -42,15 +42,15 @@ Add the dependency:
<dependency>
<groupId>com.github.saasquatch</groupId>
<artifactId>saasquatch-java-sdk</artifactId>
<version>0.0.5</version>
<version>0.1.0</version>
</dependency>
```

### Gradle

```gradle
dependencies {
implementation 'com.github.saasquatch:saasquatch-java-sdk:0.0.5'
implementation 'com.github.saasquatch:saasquatch-java-sdk:0.1.0'
}
```

Expand Down

0 comments on commit bfa0c89

Please sign in to comment.