Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Dec 17, 2024
1 parent 41671d3 commit 7fff271
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
idea
kotlin("multiplatform") version "2.1.0" apply false
id("com.github.ben-manes.versions") version "0.51.0"
id("org.jetbrains.dokka") version "1.9.20"
id("org.jetbrains.dokka") version "2.0.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
}

Expand Down
2 changes: 1 addition & 1 deletion kaliningraph
4 changes: 2 additions & 2 deletions samples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies {
// Graphical libraries
implementation("org.jzy3d:jzy3d-api:1.0.3")

implementation("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.9.2")
implementation("org.jetbrains.lets-plot:platf-awt-jvm:4.3.3")
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.9.3")
implementation("org.jetbrains.lets-plot:platf-awt-jvm:4.5.2")

implementation("org.nield:kotlin-statistics:1.2.1")
}
Expand Down

0 comments on commit 7fff271

Please sign in to comment.