Update to jline 3.3.1 and jansi 1.16

Note that the history file name was changed (.kotlin_history ->
.kotlinc_history) because the history is now stored in a different
(incompatible) format.

 #KT-11369 Fixed
This commit is contained in:
Alexander Udalov
2017-04-10 12:24:08 +03:00
parent baa6b44567
commit f313001b2d
7 changed files with 38 additions and 30 deletions
@@ -113,8 +113,8 @@
<shadedPattern>${kotlin.relocated.package}.org.picocontainer</shadedPattern>
</relocation>
<relocation>
<pattern>jline</pattern>
<shadedPattern>${kotlin.relocated.package}.jline</shadedPattern>
<pattern>org.jline</pattern>
<shadedPattern>${kotlin.relocated.package}.org.jline</shadedPattern>
</relocation>
<relocation>
<pattern>gnu</pattern>