[Build] Properly setup the version of Apache commons-text dependency

Versions of external libraries should be listed in version catalog, not
  directly in a build file
This commit is contained in:
Dmitriy Novozhilov
2024-01-02 14:52:31 +02:00
committed by Space Team
parent 3cf9a6f687
commit d3c03325c9
3 changed files with 3 additions and 1 deletions
@@ -5,7 +5,7 @@ plugins {
dependencies {
implementation(commonDependency("org.jetbrains.intellij.deps:asm-all"))
implementation("org.apache.commons:commons-text:1.10.0")
implementation(commonDependency("org.apache.commons:commons-text"))
implementation(project(":tools:kotlinp"))
implementation(project(":kotlinx-metadata-jvm"))