We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b0d27 commit 9b0270fCopy full SHA for 9b0270f
README.md
@@ -20,7 +20,7 @@ Include the following in your `pom.xml` for Maven:
20
<dependency>
21
<groupId>com.github.javadev</groupId>
22
<artifactId>leetcode-in-java</artifactId>
23
- <version>1.4</version>
+ <version>1.5</version>
24
</dependency>
25
...
26
</dependencies>
@@ -29,7 +29,7 @@ Include the following in your `pom.xml` for Maven:
29
Gradle:
30
31
```groovy
32
-implementation 'com.github.javadev:leetcode-in-java:1.4'
+implementation 'com.github.javadev:leetcode-in-java:1.5'
33
```
34
35
#### Tips and Tricks
0 commit comments