From 174d8bd1015aa50be1c9a4542fac603a344f31ef Mon Sep 17 00:00:00 2001 From: Martin Petrov Date: Tue, 28 Dec 2021 11:27:46 -0800 Subject: [PATCH] Update kotlin version to 1.6.10 (#266) Summary: Running `mvn install` on macOS with JDK15 results in illegal access exceptions. This appears to be a known issue that was fixed in 1.5.30: https://youtrack.jetbrains.com/issue/KT-45689 It would be a nice quality of life improvement to bump the kotlin version if this doesn't conflict with any internal flows. Pull Request resolved: https://github.com/facebookincubator/ktfmt/pull/266 Reviewed By: hick209 Differential Revision: D33338988 Pulled By: cgrushko fbshipit-source-id: 4eaef0c9dd44b35d2c9556bf176a44a3b52a2db7 --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 0a71ad26..ce8c7fff 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -16,7 +16,7 @@ 0.10.1 - 1.5.0 + 1.6.10 true 1.8 com.facebook.ktfmt.cli.Main