summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEdGruberman <ed@rjump.com>2012-03-14 13:59:14 -0700
committerTravis Watkins <amaranth@ubuntu.com>2012-05-15 23:27:51 -0500
commit31d488a3861e60f44703958e36d6eabe422f5f41 (patch)
tree230daedf4be15716c087560cd506afbc3aabb228 /pom.xml
parentcbd20ec9eae853ccd51d5395b5c0a180fa8c9499 (diff)
downloadcraftbukkit-31d488a3861e60f44703958e36d6eabe422f5f41.tar
craftbukkit-31d488a3861e60f44703958e36d6eabe422f5f41.tar.gz
craftbukkit-31d488a3861e60f44703958e36d6eabe422f5f41.tar.lz
craftbukkit-31d488a3861e60f44703958e36d6eabe422f5f41.tar.xz
craftbukkit-31d488a3861e60f44703958e36d6eabe422f5f41.zip
Update to jline 2. Fixes BUKKIT-717
JLine 2 allows for better color matching in the console and support for colors in console on Windows. Hopefully provides better performance as well.
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 af8c5d9a..cbe46792 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
- <version>0.9.94</version>
+ <version>2.6</version>
<type>jar</type>
<scope>compile</scope>
</dependency>