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:
20
20
<dependency >
21
21
<groupId >com.github.javadev</groupId >
22
22
<artifactId >leetcode-in-java</artifactId >
23
- <version >1.6 </version >
23
+ <version >1.7 </version >
24
24
</dependency >
25
25
...
26
26
</dependencies >
@@ -29,7 +29,7 @@ Include the following in your `pom.xml` for Maven:
29
29
Gradle:
30
30
31
31
``` groovy
32
- implementation 'com.github.javadev:leetcode-in-java:1.6 '
32
+ implementation 'com.github.javadev:leetcode-in-java:1.7 '
33
33
```
34
34
35
35
#### Tips and Tricks
Original file line number Diff line number Diff line change 23
23
}
24
24
25
25
group = ' com.github.javadev'
26
- version = ' 1.6 -SNAPSHOT'
26
+ version = ' 1.7 -SNAPSHOT'
27
27
description = ' leetcode-in-java'
28
28
java. sourceCompatibility = JavaVersion . VERSION_1_8
29
29
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-java</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.6 </version >
7
+ <version >1.7 </version >
8
8
<name >leetcode-in-java</name >
9
9
<description >Java Solution for LeetCode algorithm problems, continually updating</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Java</url >
42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-compiler-plugin</artifactId >
45
- <version >3.9 .0</version >
45
+ <version >3.10 .0</version >
46
46
<configuration >
47
47
<source >1.8</source >
48
48
<target >1.8</target >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-java11</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.6 </version >
7
+ <version >1.7 </version >
8
8
<name >leetcode-in-java</name >
9
9
<description >Java Solution for LeetCode algorithm problems, continually updating</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Java</url >
42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-compiler-plugin</artifactId >
45
- <version >3.9 .0</version >
45
+ <version >3.10 .0</version >
46
46
<configuration >
47
47
<source >11</source >
48
48
<target >11</target >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-java17</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.6 </version >
7
+ <version >1.7 </version >
8
8
<name >leetcode-in-java</name >
9
9
<description >Java Solution for LeetCode algorithm problems, continually updating</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Java</url >
42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-compiler-plugin</artifactId >
45
- <version >3.9 .0</version >
45
+ <version >3.10 .0</version >
46
46
<configuration >
47
47
<source >17</source >
48
48
<target >17</target >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-java</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.6 -SNAPSHOT</version >
7
+ <version >1.7 -SNAPSHOT</version >
8
8
<name >leetcode-in-java</name >
9
9
<description >Java Solution for LeetCode algorithm problems, continually updating</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Java</url >
41
41
<plugin >
42
42
<groupId >org.apache.maven.plugins</groupId >
43
43
<artifactId >maven-compiler-plugin</artifactId >
44
- <version >3.9 .0</version >
44
+ <version >3.10 .0</version >
45
45
<configuration >
46
46
<source >1.8</source >
47
47
<target >1.8</target >
You can’t perform that action at this time.
0 commit comments