Skip to content

Commit 221f79c

Browse files
authored
Changed to mavenCentral() (#15)
1 parent 033c5e9 commit 221f79c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

readme.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@ The IHMC EtherCAT master has a native component that is currently compiled for L
3131
Add the IHMC EtherCAT Master as dependency
3232
```
3333
repositories {
34-
maven {
35-
url "http://dl.bintray.com/ihmcrobotics/maven-release"
36-
}
34+
mavenCentral()
3735
}
3836
3937
dependencies {
40-
compile group: 'us.ihmc', name: 'ihmc-ethercat-master', version: '0.11.2'
38+
implementation group: 'us.ihmc', name: 'ihmc-ethercat-master', version: '0.14.0'
4139
}
4240
```
4341

0 commit comments

Comments
 (0)