Skip to content

Commit

Permalink
add hardest CFL from DuSell & Chiang (2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Apr 25, 2024
1 parent 2ab779c commit 651580b
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 @@ -119,7 +119,7 @@ kotlin {
// Markovian deps
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1-Beta")

implementation("org.jetbrains.lets-plot:platf-awt-jvm:4.3.0")
implementation("org.jetbrains.lets-plot:platf-awt-jvm:4.3.0-rc1")
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.7.0")

// https://arxiv.org/pdf/1908.10693.pdf
Expand Down Expand Up @@ -186,7 +186,7 @@ kotlin {
implementation("org.jgrapht:jgrapht-opt:$jgraphtVersion")
implementation("org.jgrapht:jgrapht-ext:$jgraphtVersion")

val tinkerpopVersion by extra { "3.7.1" }
val tinkerpopVersion by extra { "3.7.2" }
implementation("org.apache.tinkerpop:gremlin-core:$tinkerpopVersion")
implementation("org.apache.tinkerpop:tinkergraph-gremlin:$tinkerpopVersion")
implementation("info.debatty:java-string-similarity:2.0.0")
Expand Down

0 comments on commit 651580b

Please sign in to comment.