diff --git a/build.gradle.kts b/build.gradle.kts index 108aea11..e1a29507 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -121,7 +121,7 @@ kotlin { // Markovian deps implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") - implementation("org.jetbrains.lets-plot:platf-awt-jvm:4.3.2") + implementation("org.jetbrains.lets-plot:platf-awt-jvm:4.3.3") implementation("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.7.2") // https://arxiv.org/pdf/1908.10693.pdf diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c16cc264..2617362f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-rc-1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists