Skip to content

Commit 9b0270f

Browse files
authored
Update README.md
1 parent b9b0d27 commit 9b0270f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Include the following in your `pom.xml` for Maven:
2020
<dependency>
2121
<groupId>com.github.javadev</groupId>
2222
<artifactId>leetcode-in-java</artifactId>
23-
<version>1.4</version>
23+
<version>1.5</version>
2424
</dependency>
2525
...
2626
</dependencies>
@@ -29,7 +29,7 @@ Include the following in your `pom.xml` for Maven:
2929
Gradle:
3030

3131
```groovy
32-
implementation 'com.github.javadev:leetcode-in-java:1.4'
32+
implementation 'com.github.javadev:leetcode-in-java:1.5'
3333
```
3434

3535
#### Tips and Tricks

0 commit comments

Comments
 (0)