1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-25 02:46:01 +01:00

Downgrade github dependency

This commit is contained in:
Alex Plate 2021-06-24 10:20:41 +03:00
parent 46bc66d08c
commit e6324a2182
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -13,7 +13,7 @@ buildscript {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0")
classpath("com.github.AlexPl292:mark-down-to-slack:1.1.2")
classpath("org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r")
classpath("org.kohsuke:github-api:1.131")
classpath("org.kohsuke:github-api:1.129")
classpath("org.jetbrains:markdown:0.2.4")
}
}