Skip to content

Commit

Permalink
chore(deps): use new tests package
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jun 20, 2024
1 parent 6324e16 commit 5de2716
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 @@ -82,7 +82,7 @@ dependencies {
// kestra
testAnnotationProcessor group: "io.kestra", name: "processor", version: kestraVersion
testImplementation group: "io.kestra", name: "core", version: kestraVersion
testImplementation group: "io.kestra", name: "core", version: kestraVersion, classifier: "tests"
testImplementation group: "io.kestra", name: "tests", version: kestraVersion
testImplementation group: "io.kestra", name: "storage-local", version: kestraVersion

// test
Expand Down

0 comments on commit 5de2716

Please sign in to comment.