Skip to content

Commit 9396147

Browse files
committed
test: fix unit tests
1 parent a3a1cee commit 9396147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<netty.version>4.1.110.Final</netty.version>
6767

68-
<kotlin.version>2.1.21</kotlin.version>
68+
<kotlin.version>1.9.23</kotlin.version>
6969
<!-- https://kotlinlang.org/docs/maven.html#specifying-compiler-options -->
7070
<kotlin.compiler.apiVersion>1.9</kotlin.compiler.apiVersion>
7171
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
@@ -193,7 +193,7 @@
193193
<dependency>
194194
<groupId>dev.zacsweers.kctfork</groupId>
195195
<artifactId>core</artifactId>
196-
<version>0.7.1</version>
196+
<version>0.4.1</version>
197197
<scope>test</scope>
198198
</dependency>
199199

0 commit comments

Comments
 (0)