Skip to content

Commit

Permalink
Build with fixed parser for load functions
Browse files Browse the repository at this point in the history
Parser was considered load functions a subset of click functions, this is fixed in the referenced commit.
  • Loading branch information
virustotalop committed Aug 27, 2019
1 parent 851bef3 commit ebfe5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
compile 'commons-io:commons-io:2.6'
compile 'com.github.clubobsidian:wrappy:1.8.0'
compile 'com.github.clubobsidian:trident:2.0.1'
compile 'com.github.clubobsidian:dynamicguiparser:de8f03eeef'
compile 'com.github.clubobsidian:dynamicguiparser:4f56cd4bbd'
compile 'com.udojava:EvalEx:2.1'
compile 'com.github.ClubObsidian:FuzzUtil:1.1.0'
}

0 comments on commit ebfe5c5

Please sign in to comment.