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 57e1133 commit 5034028Copy full SHA for 5034028
kotlin-insight-client/pom.xml
@@ -68,7 +68,6 @@
68
</exclusion>
69
</exclusions>
70
</dependency>
71
-
72
<!-- Kotlin -->
73
<dependency>
74
<groupId>org.jetbrains.kotlinx</groupId>
pom.xml
@@ -30,8 +30,7 @@
30
<kotlin.code.style>official</kotlin.code.style>
31
<kotlin.version>2.0.20</kotlin.version>
32
<kotlinx.coroutines.core.version>1.6.4</kotlinx.coroutines.core.version>
33
- <arrow.version>1.2.1</arrow.version>
34
- <arrow.meta.version>1.6.2</arrow.meta.version>
+ <arrow.version>1.2.4</arrow.version>
35
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
36
<jira.version>10.3.7</jira.version>
37
<servicedesk.version>10.3.7</servicedesk.version>
0 commit comments