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 authored Nov 20, 2024
1 parent 221f79c commit d20cdbb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ The IHMC EtherCAT master has a native component that is currently compiled for L

Add the IHMC EtherCAT Master as dependency
```
repositories {
mavenCentral()
}
dependencies {
implementation group: 'us.ihmc', name: 'ihmc-ethercat-master', version: '0.14.0'
implementation group: 'us.ihmc', name: 'ihmc-ethercat-master', version: '0.15.0'
}
```

Expand Down Expand Up @@ -152,4 +148,4 @@ Note that if you want to publish multiple platform libraries you only have to ru

Build the docker images first with: `./buildDockerImages.sh`

Then run: `./buildWithDocker.sh` to build the artifacts, they will be copied to the host's local maven repository.
Then run: `./buildWithDocker.sh` to build the artifacts, they will be copied to the host's local maven repository.

0 comments on commit d20cdbb

Please sign in to comment.