Abe Pazos
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
settings.gradle.kts
|
|
@ -42,9 +42,9 @@ dependencyResolutionManagement { |
|
|
|
library("kotlin-logging", "io.github.microutils:kotlin-logging-jvm:2.1.21") |
|
|
|
library("junit", "junit:junit:4.13.2") |
|
|
|
|
|
|
|
library("jsoup", "org.jsoup:jsoup:1.14.3") |
|
|
|
library("gson", "com.google.code.gson:gson:2.9.0") |
|
|
|
library("csv", "com.github.doyaaaaaken:kotlin-csv-jvm:1.2.0") |
|
|
|
library("jsoup", "org.jsoup:jsoup:1.15.2") |
|
|
|
library("gson", "com.google.code.gson:gson:2.9.1") |
|
|
|
library("csv", "com.github.doyaaaaaken:kotlin-csv-jvm:1.5.1") |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|