Skip to content

Commit

Permalink
Update artifact version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Jul 15, 2024
1 parent e318f2b commit e7e4505
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 @@ -20,14 +20,14 @@ repositories {
dependencies {
[...]
implementation("us.ihmc:remotecaptury-java:1.0.3")
implementation("us.ihmc:remotecaptury-java:1.0.4")
}
```
#### Gradle with ihmc-build
```
mainDependencies {
[...]
api("us.ihmc:remotecaptury-java:1.0.3") {
api("us.ihmc:remotecaptury-java:1.0.4") {
// You may need to exclude javacpp from being transitively included
exclude(group = "org.bytedeco", module = "javacpp")
}
Expand Down

0 comments on commit e7e4505

Please sign in to comment.