From 9c5b2c73b2e6bb6e9a66b98369964c0952429859 Mon Sep 17 00:00:00 2001 From: Raman Gupta <rocketraman@gmail.com> Date: Fri, 15 Sep 2023 21:59:10 -0400 Subject: [PATCH] Kotlin 1.6.21, coroutines 1.6.4 --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 27950df..606a9bd 100644 --- a/pom.xml +++ b/pom.xml @@ -137,6 +137,8 @@ <build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version> <exec-maven-plugin.version>3.1.0</exec-maven-plugin.version> <maven-shade-plugin.version>2.2</maven-shade-plugin.version> + <kotlin.version>1.6.21</kotlin.version> + <kotlinx.coroutines.version>1.6.4</kotlinx.coroutines.version> </properties>