From 41c64ac3aa6649a3734ad11e1bf84664440d3217 Mon Sep 17 00:00:00 2001 From: Tymko Oleg Date: Mon, 21 Jun 2021 17:25:31 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D1=8C=20mdclasess,=20=D0=B3=D0=B4=D0=B5=20=D0=B8=D1=81?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE=20=D1=87=D1=82?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20xml-=D1=82=D0=B5=D0=B3=D0=B0=20perio?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 683812c..e95b24c 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ dependencies { compile group: 'de.vandermeer', name:'asciitable', version: '0.3.2' - implementation 'com.github.1c-syntax:mdclasses:0.9.1' + implementation 'com.github.1c-syntax:mdclasses:0.9.2' implementation('com.github.1c-syntax:bsl-parser:0.19.3') { exclude group: "com.tunnelvisionlabs", module: "antlr4-annotations"