Skip to content

Commit d1cf47f

Browse files
committed
fix lets-plot namespace
1 parent faefd6e commit d1cf47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
// Graphical libraries
1919
implementation("org.jzy3d:jzy3d-api:1.0.3")
2020
implementation("com.github.breandan.T-SNE-Java:tsne:master-SNAPSHOT")
21-
implementation("org.jetbrains.lets-plot-kotlin:lets-plot-kotlin-api:2.0.1")
21+
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-api:2.0.1")
2222
implementation("io.github.vovak.astminer:astminer:0.6")
2323
implementation("org.nield:kotlin-statistics:1.2.1")
2424
}

0 commit comments

Comments
 (0)