Skip to content

Commit f95f94f

Browse files
author
Andre Stubbe
committed
Fix JitPack groupId: use com.github.andrestubbe format
1 parent 0c2e671 commit f95f94f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ FastRobot solves this with:
119119
</repositories>
120120

121121
<dependency>
122-
<groupId>io.github.andrestubbe</groupId>
122+
<groupId>com.github.andrestubbe</groupId>
123123
<artifactId>fastrobot</artifactId>
124-
<version>2.0.0</version>
124+
<version>v2.0.0</version>
125125
</dependency>
126126
```
127127

@@ -133,7 +133,7 @@ repositories {
133133
}
134134
135135
dependencies {
136-
implementation 'io.github.andrestubbe:fastrobot:2.0.0'
136+
implementation 'com.github.andrestubbe:fastrobot:v2.0.0'
137137
}
138138
```
139139

0 commit comments

Comments
 (0)