Skip to content

Commit 2da4510

Browse files
committed
use older kotlin to avoid some warnings (for now)
1 parent 7cb261b commit 2da4510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<maven.resources.plugin.version>3.3.1</maven.resources.plugin.version>
2929
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
3030
<kotlin.code.style>official</kotlin.code.style>
31-
<kotlin.version>2.1.20</kotlin.version>
31+
<kotlin.version>2.0.20</kotlin.version>
3232
<kotlinx.coroutines.core.version>1.6.4</kotlinx.coroutines.core.version>
3333
<arrow.version>1.2.1</arrow.version>
3434
<arrow.meta.version>1.6.2</arrow.meta.version>

0 commit comments

Comments
 (0)