From 6c315d6adfb332c3048b39b45c43c9ba804434cf Mon Sep 17 00:00:00 2001 From: Chris Rankin Date: Mon, 22 Oct 2018 15:53:09 +0100 Subject: [PATCH] CORDA-2111: Upgrade to Kotlin 1.2.71. (#4083) --- constants.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.properties b/constants.properties index 5bc1a09cd5..8fde90cd02 100644 --- a/constants.properties +++ b/constants.properties @@ -1,5 +1,5 @@ gradlePluginsVersion=4.0.32 -kotlinVersion=1.2.51 +kotlinVersion=1.2.71 # ***************************************************************# # When incrementing platformVersion make sure to update # # net.corda.core.internal.CordaUtilsKt.PLATFORM_VERSION as well. #