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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user