Skip to content

Commit 5034028

Browse files
committed
bump arrow version to latest 1.x release
1 parent 57e1133 commit 5034028

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

kotlin-insight-client/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
</exclusion>
6969
</exclusions>
7070
</dependency>
71-
7271
<!-- Kotlin -->
7372
<dependency>
7473
<groupId>org.jetbrains.kotlinx</groupId>

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
<kotlin.code.style>official</kotlin.code.style>
3131
<kotlin.version>2.0.20</kotlin.version>
3232
<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>
33+
<arrow.version>1.2.4</arrow.version>
3534
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
3635
<jira.version>10.3.7</jira.version>
3736
<servicedesk.version>10.3.7</servicedesk.version>

0 commit comments

Comments
 (0)