Skip to content

Commit

Permalink
fixed commons-text dependency for pitest
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvDh committed Jan 31, 2024
1 parent ec9a72b commit 83b80ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/java.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1292,8 +1292,8 @@ impl Project {

let handle7 = tokio::spawn(async {
download(
"https://ummfiles.fra1.digitaloceanspaces.com/jar_files/commons-lang3-3.14.0.jar",
&LIB_DIR.join("commons-lang3-3.14.0.jar"),
"https://ummfiles.fra1.digitaloceanspaces.com/jar_files/commons-text-1.11.0.jar",
&LIB_DIR.join("commons-text-1.11.0.jar"),
false,
)
.await
Expand Down

0 comments on commit 83b80ea

Please sign in to comment.