Skip to content

Commit 1ff0cc3

Browse files
authored
Update README.md
1 parent df39313 commit 1ff0cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Include the following in your `pom.xml` for Maven:
1919
<dependency>
2020
<groupId>com.github.javadev</groupId>
2121
<artifactId>leetcode-in-java</artifactId>
22-
<version>1.13</version>
22+
<version>1.14</version>
2323
</dependency>
2424
...
2525
</dependencies>
@@ -28,7 +28,7 @@ Include the following in your `pom.xml` for Maven:
2828
Gradle:
2929

3030
```groovy
31-
implementation 'com.github.javadev:leetcode-in-java:1.13'
31+
implementation 'com.github.javadev:leetcode-in-java:1.14'
3232
```
3333

3434
> ["For coding interview preparation, LeetCode is one of the best online resource providing a rich library of more than 300 real coding interview questions for you to practice from using one of the 7 supported languages - C, C++, Java, Python, C#, JavaScript, Ruby."](https://www.quora.com/How-effective-is-Leetcode-for-preparing-for-technical-interviews)

0 commit comments

Comments
 (0)