Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Jul 23, 2024
1 parent 4c30f5e commit 7df53f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ kotlin {
implementation(kotlin("stdlib-common"))
implementation(kotlin("reflect"))

implementation("com.ionspin.kotlin:bignum:0.3.9")
implementation("com.ionspin.kotlin:bignum:0.3.10")
}
}

Expand All @@ -116,7 +116,7 @@ kotlin {
// TODO: Figure out how to package viz.js directly for Kotlin Jupyter
// https://github.com/mipt-npm/kmath/issues/449#issuecomment-1009660734
implementation("guru.nidi:graphviz-kotlin:0.18.1")
implementation("org.graalvm.js:js:23.0.4")
implementation("org.graalvm.js:js:23.0.5")

// Markovian deps
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
Expand Down

0 comments on commit 7df53f0

Please sign in to comment.