Skip to content

Commit 32e5703

Browse files
authored
Merge pull request #12 from jagobagascon/feature/update-readme
doc: update readme
2 parents 089c837 + c442662 commit 32e5703

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ Step 1 Add the JitPack repository to your build file
66
```xml
77
<repositories>
88
<repository>
9-
<id>jitpack.io</id>
10-
<url>https://jitpack.io</url>
9+
<id>github</id>
10+
<url>https://maven.pkg.github.com/jagobagascon</url>
11+
<snapshots>
12+
<enabled>true</enabled>
13+
</snapshots>
1114
</repository>
1215
</repositories>
1316
```
@@ -16,7 +19,7 @@ Step 2 Add the dependency
1619
<dependency>
1720
<groupId>com.github.jagobagascon</groupId>
1821
<artifactId>Natural-Sorting-for-Java</artifactId>
19-
<version>1.1.0</version>
22+
<version>1.2.0</version>
2023
</dependency>
2124
```
2225
Step 3 Use the provided comparators to sort your lists

0 commit comments

Comments
 (0)