From 887a50225634a66a7ac16d495c67936b6370e97e Mon Sep 17 00:00:00 2001 From: Shawn Pearce Date: Fri, 24 Jul 2015 18:02:04 -0700 Subject: [PATCH] Update CodeMirror to 5.5.0 Change-Id: Ie6894682557c6b153c858f165f3581d2b5b80c9c --- lib/codemirror/BUCK | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/codemirror/BUCK b/lib/codemirror/BUCK index bdc2709014..a7244f23cb 100644 --- a/lib/codemirror/BUCK +++ b/lib/codemirror/BUCK @@ -3,8 +3,8 @@ include_defs('//lib/codemirror/cm.defs') include_defs('//lib/codemirror/closure.defs') REPO = MAVEN_CENTRAL -VERSION = '5.3' -SHA1 = 'd39474aece4e58c2b0fcc71530ae223ec0d4d855' +VERSION = '5.5' +SHA1 = 'd9cee6fe3de8e02372b1ac1e9a627224a4f649a7' if REPO == MAVEN_CENTRAL: URL = REPO + 'org/webjars/codemirror/%s/codemirror-%s.jar' % (VERSION, VERSION)