Skip to content

Commit 58a9ed9

Browse files
committed
Added maven version
1 parent 21acc3f commit 58a9ed9

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

pom-central.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
2828
</scm>
2929
<properties>
30-
<kotlin.version>1.9.23</kotlin.version>
30+
<kotlin.version>2.0.0-RC1</kotlin.version>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
</properties>
3333
<ciManagement>
@@ -149,6 +149,13 @@
149149
<version>[5.10.2,)</version>
150150
<scope>test</scope>
151151
</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+
152159
<dependency>
153160
<groupId>org.junit.platform</groupId>
154161
<artifactId>junit-platform-launcher</artifactId>

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
2727
</scm>
2828
<properties>
29-
<kotlin.version>1.9.23</kotlin.version>
29+
<kotlin.version>2.0.0-RC1</kotlin.version>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
</properties>
3232
<ciManagement>
@@ -143,6 +143,12 @@
143143
<version>[5.10.2,)</version>
144144
<scope>test</scope>
145145
</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>
146152
<dependency>
147153
<groupId>org.junit.platform</groupId>
148154
<artifactId>junit-platform-launcher</artifactId>

0 commit comments

Comments
 (0)