Skip to content

Commit

Permalink
Update kotlin version to 1.6.10 (#266)
Browse files Browse the repository at this point in the history
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: #266

Reviewed By: hick209

Differential Revision: D33338988

Pulled By: cgrushko

fbshipit-source-id: 4eaef0c9dd44b35d2c9556bf176a44a3b52a2db7
  • Loading branch information
mpetrov authored and facebook-github-bot committed Dec 28, 2021
1 parent 70ab404 commit 174d8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<dokka.version>0.10.1</dokka.version>
<kotlin.version>1.5.0</kotlin.version>
<kotlin.version>1.6.10</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
<main.class>com.facebook.ktfmt.cli.Main</main.class>
Expand Down

0 comments on commit 174d8bd

Please sign in to comment.