Skip to content
Permalink
Browse files

Update external dependencies

  • Loading branch information
pemistahl committed Dec 17, 2019
1 parent 2c2bbcb commit 7d3e5f3933ee8c7a35780575abcd4c2aebfab25e
Showing with 11 additions and 9 deletions.
  1. +10 −8 build.gradle.kts
  2. +1 −1 gradle/wrapper/gradle-wrapper.properties
@@ -53,8 +53,8 @@ description = linguaDescription
plugins {
kotlin("jvm") version "1.3.61"
id("org.jetbrains.kotlin.plugin.serialization") version "1.3.61"
id("com.adarshr.test-logger") version "1.7.0"
id("org.jetbrains.dokka") version "0.9.17"
id("com.adarshr.test-logger") version "2.0.0"
id("org.jetbrains.dokka") version "0.10.0"
id("ru.vyarus.use-python") version "1.2.0"
id("com.jfrog.bintray") version "1.8.4"
`maven-publish`
@@ -225,8 +225,10 @@ tasks.register<PythonTask>("writeAccuracyTable") {
}

tasks.withType<DokkaTask> {
jdkVersion = 6
reportUndocumented = false
configuration {
jdkVersion = 6
reportUndocumented = false
}
}

tasks.register<DokkaTask>("dokkaJavadoc") {
@@ -274,15 +276,15 @@ tasks.register<JavaExec>("runLinguaOnConsole") {

dependencies {
implementation(kotlin("stdlib"))
implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.13.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.14.0")

testImplementation("org.junit.jupiter:junit-jupiter:5.5.2")
testImplementation("org.assertj:assertj-core:3.13.2")
testImplementation("org.assertj:assertj-core:3.14.0")
testImplementation("io.mockk:mockk:1.9.3")

testImplementation("com.optimaize.languagedetector:language-detector:0.6")
testImplementation("org.apache.opennlp:opennlp-tools:1.9.1")
testImplementation("org.apache.tika:tika-langdetect:1.22")
testImplementation("org.apache.tika:tika-langdetect:1.23")

val slf4jVersion = "1.7.25"

@@ -293,7 +295,7 @@ dependencies {
python {
pip("matplotlib:3.1.1")
pip("seaborn:0.9.0")
pip("pandas:0.25.1")
pip("pandas:0.25.3")
pip("numpy:1.17.0")
}

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 7d3e5f3

Please sign in to comment.
You can’t perform that action at this time.