Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla authored Mar 7, 2022
1 parent ec909bf commit 13b659b
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 @@ -70,7 +70,7 @@ Maven
<dependency>
<groupId>xyz.jpenilla</groupId>
<artifactId>squaremap-api</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -82,7 +82,7 @@ repositories {
}

dependencies {
compileOnly("xyz.jpenilla", "squaremap-api", "1.1.1")
compileOnly("xyz.jpenilla", "squaremap-api", "1.1.2")
}
```

Expand Down

0 comments on commit 13b659b

Please sign in to comment.