Skip to content

Commit

Permalink
Added dep to build
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Mar 10, 2024
1 parent 43b63f9 commit 09af31a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subprojects/xcfa/xcfa-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies {
implementation(project(":theta-litmus2xcfa"))
implementation(project(":theta-graph-solver"))
implementation(project(":theta-cat"))
implementation(files(rootDir.resolve(Deps.z3)))
implementation("com.zaxxer:nuprocess:2.0.5")
implementation("org.jetbrains.kotlin:kotlin-scripting-jsr223:${Versions.kotlin}")
testImplementation(kotlin("script-runtime"))
Expand Down

0 comments on commit 09af31a

Please sign in to comment.