From 5e2e6be5b17c2e3561a2cdd6704918892274d8bf Mon Sep 17 00:00:00 2001 From: Nikita Gryzlov Date: Fri, 25 Jan 2019 17:18:57 +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=B8=D0=B5=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8=20=D0=BF=D0=B0=D1=80=D1=81=D0=B5=D1=80?= =?UTF-8?q?=D0=B0?= 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 e80ea3ac6d1..0e64d9b88ae 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,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", "48c3c90f64") + compile("com.github.1c-syntax", "bsl-parser", "0.3.0") // https://mvnrepository.com/artifact/commons-io/commons-io testImplementation("commons-io:commons-io:2.6")