We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a1cee commit 9396147Copy full SHA for 9396147
pom.xml
@@ -65,7 +65,7 @@
65
66
<netty.version>4.1.110.Final</netty.version>
67
68
- <kotlin.version>2.1.21</kotlin.version>
+ <kotlin.version>1.9.23</kotlin.version>
69
<!-- https://kotlinlang.org/docs/maven.html#specifying-compiler-options -->
70
<kotlin.compiler.apiVersion>1.9</kotlin.compiler.apiVersion>
71
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
@@ -193,7 +193,7 @@
193
<dependency>
194
<groupId>dev.zacsweers.kctfork</groupId>
195
<artifactId>core</artifactId>
196
- <version>0.7.1</version>
+ <version>0.4.1</version>
197
<scope>test</scope>
198
</dependency>
199
0 commit comments