We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01da79 commit 3d0c42dCopy full SHA for 3d0c42d
1 file changed
aat/build.gradle
@@ -23,7 +23,7 @@ repositories {
23
// tag::dependencies[]
24
dependencies {
25
testImplementation group: 'com.github.hmcts', name: 'ccd-test-definitions', version: '7.25.4'
26
- testImplementation group: 'com.github.hmcts', name: 'befta-fw', version: '9.2.6_CCD-7522'
+ testImplementation group: 'com.github.hmcts', name: 'befta-fw', version: '9.2.6'
27
testImplementation 'com.github.hmcts:fortify-client:1.4.10:all'
28
}
29
// end::dependencies[]
0 commit comments