From 565ec93a9acc8e2c5f36109e46752494d987261a Mon Sep 17 00:00:00 2001 From: Alexey Sosnoviy Date: Fri, 15 Feb 2019 10:08:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D1=8C=20=D0=BE=D1=82=20=D0=BF=D0=B0=D1=80=D1=81?= =?UTF-8?q?=D0=B5=D1=80=D0=B0=20v0.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index caf8b4fe1cf..b51003be584 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { compile("org.slf4j", "slf4j-api", "1.8.0-beta2") compile("org.slf4j", "slf4j-simple", "1.8.0-beta2") - compile("com.github.1c-syntax", "bsl-parser", "59200c28d5450a99ffcb8f2f203317b3c3c37e9a") + compile("com.github.1c-syntax", "bsl-parser", "v0.4.0") // https://mvnrepository.com/artifact/commons-io/commons-io testImplementation("commons-io:commons-io:2.6")