File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 27
27
<url >https://github.com/javadev/LeetCode-in-Kotlin</url >
28
28
</scm >
29
29
<properties >
30
- <kotlin .version>1.9.23 </kotlin .version>
30
+ <kotlin .version>2.0.0-RC1 </kotlin .version>
31
31
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
32
32
</properties >
33
33
<ciManagement >
149
149
<version >[5.10.2,)</version >
150
150
<scope >test</scope >
151
151
</dependency >
152
+ <dependency >
153
+ <groupId >org.junit.jupiter</groupId >
154
+ <artifactId >junit-jupiter-engine</artifactId >
155
+ <version >[5.10.2,)</version >
156
+ <scope >test</scope >
157
+ </dependency >
158
+
152
159
<dependency >
153
160
<groupId >org.junit.platform</groupId >
154
161
<artifactId >junit-platform-launcher</artifactId >
Original file line number Diff line number Diff line change 26
26
<url >https://github.com/javadev/LeetCode-in-Kotlin</url >
27
27
</scm >
28
28
<properties >
29
- <kotlin .version>1.9.23 </kotlin .version>
29
+ <kotlin .version>2.0.0-RC1 </kotlin .version>
30
30
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
31
31
</properties >
32
32
<ciManagement >
143
143
<version >[5.10.2,)</version >
144
144
<scope >test</scope >
145
145
</dependency >
146
+ <dependency >
147
+ <groupId >org.junit.jupiter</groupId >
148
+ <artifactId >junit-jupiter-engine</artifactId >
149
+ <version >[5.10.2,)</version >
150
+ <scope >test</scope >
151
+ </dependency >
146
152
<dependency >
147
153
<groupId >org.junit.platform</groupId >
148
154
<artifactId >junit-platform-launcher</artifactId >
You can’t perform that action at this time.
0 commit comments