summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorzreed <zach@digitalforgemc.com>2014-12-06 13:55:50 -0500
committermd_5 <git@md-5.net>2014-12-12 11:06:13 +1100
commit45be36a7b85249a50872e8db1d44a14ebd1724b6 (patch)
treedb1bb535e0c3896728430b25f69022309a28fad5 /pom.xml
parent2dda1b33b0238996e5838f7f757e2f2d103481db (diff)
downloadcraftbukkit-45be36a7b85249a50872e8db1d44a14ebd1724b6.tar
craftbukkit-45be36a7b85249a50872e8db1d44a14ebd1724b6.tar.gz
craftbukkit-45be36a7b85249a50872e8db1d44a14ebd1724b6.tar.lz
craftbukkit-45be36a7b85249a50872e8db1d44a14ebd1724b6.tar.xz
craftbukkit-45be36a7b85249a50872e8db1d44a14ebd1724b6.zip
Update JLine
Later releases include the TerminalLineSettings patch. Also move call to AnsiConsole.systemInstall() to avoid patching AnsiWindowsTerminal.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e4aff848..49f80280 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
- <version>2.6</version>
+ <version>2.12</version>
<type>jar</type>
<scope>compile</scope>
</dependency>