File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Include the following in your `pom.xml` for Maven:
1515 <dependency >
1616 <groupId >com.github.javadev</groupId >
1717 <artifactId >leetcode-in-java</artifactId >
18- <version >1.2 </version >
18+ <version >1.3 </version >
1919 </dependency >
2020 ...
2121</dependencies >
@@ -24,6 +24,6 @@ Include the following in your `pom.xml` for Maven:
2424Gradle:
2525
2626``` groovy
27- implementation 'com.github.javadev:leetcode-in-java:1.2 '
27+ implementation 'com.github.javadev:leetcode-in-java:1.3 '
2828```
2929
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >leetcode-in-java</artifactId >
66 <packaging >jar</packaging >
7- <version >1.2 </version >
7+ <version >1.3 </version >
88 <name >leetcode-in-java</name >
99 <description >Java Solution for LeetCode algorithm problems, continually updating</description >
1010 <url >https://github.com/javadev/LeetCode-in-Java</url >
You can’t perform that action at this time.
0 commit comments