Skip to content

Commit

Permalink
Rename usvm-ts-dataflow (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen authored Jan 16, 2025
1 parent 264564a commit c3233c8
Show file tree
Hide file tree
Showing 77 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include("usvm-jvm-instrumentation")
include("usvm-sample-language")
include("usvm-dataflow")
include("usvm-jvm-dataflow")
include("usvm-dataflow-ts")
include("usvm-ts-dataflow")

include("usvm-python")
include("usvm-python:cpythonadapter")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion usvm-ts/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(project(":usvm-core"))
implementation(project(":usvm-dataflow-ts"))
implementation(project(":usvm-ts-dataflow"))

implementation(Libs.jacodb_core)
implementation(Libs.jacodb_ets)
Expand Down

0 comments on commit c3233c8

Please sign in to comment.