File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ buildscript {
36
36
val obxJniLibVersion by extra(" io.objectbox:objectbox-$objectboxPlatform :$nativeVersion " )
37
37
38
38
val essentialsVersion by extra(" 3.1.0" )
39
- val juniVersion by extra(" 4.13.2" )
39
+ val junitVersion by extra(" 4.13.2" )
40
40
val mockitoVersion by extra(" 3.8.0" )
41
41
val kotlinVersion by extra(" 1.7.20" )
42
42
val coroutinesVersion by extra(" 1.6.4" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
api project(' :objectbox-java' )
14
14
api ' io.reactivex.rxjava2:rxjava:2.2.21'
15
15
16
- testImplementation " junit:junit:$j uniVersion "
16
+ testImplementation " junit:junit:$j unitVersion "
17
17
testImplementation " org.mockito:mockito-core:$mockitoVersion "
18
18
}
19
19
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
45
45
compileOnly " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
46
46
47
47
testImplementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
48
- testImplementation " junit:junit:$j uniVersion "
48
+ testImplementation " junit:junit:$j unitVersion "
49
49
testImplementation " org.mockito:mockito-core:$mockitoVersion "
50
50
}
51
51
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
println " Did NOT add native dependency"
52
52
}
53
53
54
- testImplementation " junit:junit:$j uniVersion "
54
+ testImplementation " junit:junit:$j unitVersion "
55
55
// To test Coroutines
56
56
testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion " )
57
57
// To test Kotlin Flow
Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ dependencies {
38
38
println " Did NOT add native dependency"
39
39
}
40
40
41
- testImplementation " junit:junit:$j uniVersion "
41
+ testImplementation " junit:junit:$j unitVersion "
42
42
}
You can’t perform that action at this time.
0 commit comments