File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
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.6 </version >
23+ <version >1.7 </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.6 '
32+ implementation 'com.github.javadev:leetcode-in-java:1.7 '
3333```
3434
3535#### Tips and Tricks
Original file line number Diff line number Diff line change 2323}
2424
2525group = ' com.github.javadev'
26- version = ' 1.6 -SNAPSHOT'
26+ version = ' 1.7 -SNAPSHOT'
2727description = ' leetcode-in-java'
2828java. sourceCompatibility = JavaVersion . VERSION_1_8
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.6 </version >
7+ <version >1.7 </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.9 .0</version >
45+ <version >3.10 .0</version >
4646 <configuration >
4747 <source >1.8</source >
4848 <target >1.8</target >
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.6 </version >
7+ <version >1.7 </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.9 .0</version >
45+ <version >3.10 .0</version >
4646 <configuration >
4747 <source >11</source >
4848 <target >11</target >
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.6 </version >
7+ <version >1.7 </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.9 .0</version >
45+ <version >3.10 .0</version >
4646 <configuration >
4747 <source >17</source >
4848 <target >17</target >
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.6 -SNAPSHOT</version >
7+ <version >1.7 -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 >
4141 <plugin >
4242 <groupId >org.apache.maven.plugins</groupId >
4343 <artifactId >maven-compiler-plugin</artifactId >
44- <version >3.9 .0</version >
44+ <version >3.10 .0</version >
4545 <configuration >
4646 <source >1.8</source >
4747 <target >1.8</target >
You can’t perform that action at this time.
0 commit comments