File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff 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.5 </version >
23+ <version >1.6 </version >
2424 </dependency >
2525 ...
2626</dependencies >
@@ -29,7 +29,7 @@ Include the following in your `pom.xml` for Maven:
2929Gradle:
3030
3131``` groovy
32- implementation 'com.github.javadev:leetcode-in-java:1.5 '
32+ implementation 'com.github.javadev:leetcode-in-java:1.6 '
3333```
3434
3535#### Tips and Tricks
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.5 </version >
7+ <version >1.6 </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 >
4242 <plugin >
4343 <groupId >org.apache.maven.plugins</groupId >
4444 <artifactId >maven-compiler-plugin</artifactId >
45- <version >3.8 .0</version >
45+ <version >3.9 .0</version >
4646 <configuration >
4747 <source >1.8</source >
4848 <target >1.8</target >
6868 <plugin >
6969 <groupId >org.apache.maven.plugins</groupId >
7070 <artifactId >maven-jar-plugin</artifactId >
71- <version >3.2.0 </version >
71+ <version >3.2.2 </version >
7272 <configuration >
7373 <archive >
7474 <manifestEntries >
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >leetcode-in-java11</artifactId >
66 <packaging >jar</packaging >
7- <version >1.5 </version >
7+ <version >1.6 </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 >
4242 <plugin >
4343 <groupId >org.apache.maven.plugins</groupId >
4444 <artifactId >maven-compiler-plugin</artifactId >
45- <version >3.8.1 </version >
45+ <version >3.9.0 </version >
4646 <configuration >
4747 <source >11</source >
4848 <target >11</target >
6868 <plugin >
6969 <groupId >org.apache.maven.plugins</groupId >
7070 <artifactId >maven-jar-plugin</artifactId >
71- <version >3.2.0 </version >
71+ <version >3.2.2 </version >
7272 <configuration >
7373 <archive >
7474 <manifestEntries >
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >leetcode-in-java17</artifactId >
66 <packaging >jar</packaging >
7- <version >1.5 </version >
7+ <version >1.6 </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 >
4242 <plugin >
4343 <groupId >org.apache.maven.plugins</groupId >
4444 <artifactId >maven-compiler-plugin</artifactId >
45- <version >3.8.1 </version >
45+ <version >3.9.0 </version >
4646 <configuration >
4747 <source >17</source >
4848 <target >17</target >
6868 <plugin >
6969 <groupId >org.apache.maven.plugins</groupId >
7070 <artifactId >maven-jar-plugin</artifactId >
71- <version >3.2.0 </version >
71+ <version >3.2.2 </version >
7272 <configuration >
7373 <archive >
7474 <manifestEntries >
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.5 -SNAPSHOT</version >
7+ <version >1.6 -SNAPSHOT</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