Commit 97c3b98 1 parent 2ba599f commit 97c3b98 Copy full SHA for 97c3b98
File tree 17 files changed +17
-17
lines changed
android-gradle-groovy-junit-4/konsistTest
android-gradle-groovy-junit-5
android-gradle-groovy-kotest/konsistTest
android-gradle-kotlin-junit-4/konsistTest
android-gradle-kotlin-junit-5/konsistTest
android-gradle-kotlin-kotest/konsistTest
spring-gradle-groovy-junit-5
spring-gradle-groovy-kotest
spring-gradle-kotlin-junit-5
spring-gradle-kotlin-kotest
17 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
// Add JUnit dependency
37
37
testImplementation ' junit:junit:4.13.2'
38
38
39
- testImplementation ' com.lemonappdev:konsist:0.16.1 '
39
+ testImplementation ' com.lemonappdev:konsist:0.17.0 '
40
40
41
41
androidTestImplementation ' androidx.test.ext:junit:1.2.1'
42
42
androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
Original file line number Diff line number Diff line change @@ -50,5 +50,5 @@ dependencies {
50
50
implementation(" org.junit.jupiter:junit-jupiter-params:5.11.3" )
51
51
52
52
// Add Konsist dependency
53
- testImplementation(" com.lemonappdev:konsist:0.16.1 " )
53
+ testImplementation(" com.lemonappdev:konsist:0.17.0 " )
54
54
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.11.3"
40
40
41
41
// Add Konsist dependency
42
- testImplementation ' com.lemonappdev:konsist:0.16.1 '
42
+ testImplementation ' com.lemonappdev:konsist:0.17.0 '
43
43
44
44
androidTestImplementation ' androidx.test.ext:junit:1.2.1'
45
45
androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ dependencies {
38
38
testImplementation " io.kotest:kotest-runner-junit5:5.9.1"
39
39
40
40
// Add Konsist dependency
41
- testImplementation ' com.lemonappdev:konsist:0.16.1 '
41
+ testImplementation ' com.lemonappdev:konsist:0.17.0 '
42
42
43
43
}
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ dependencies {
33
33
testImplementation(" junit:junit:4.13.2" )
34
34
35
35
// Add Konsist dependency
36
- testImplementation(" com.lemonappdev:konsist:0.16.1 " )
36
+ testImplementation(" com.lemonappdev:konsist:0.17.0 " )
37
37
}
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ dependencies {
35
35
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.3" )
36
36
37
37
// Add Konsist dependency
38
- testImplementation(" com.lemonappdev:konsist:0.16.1 " )
38
+ testImplementation(" com.lemonappdev:konsist:0.17.0 " )
39
39
}
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ dependencies {
34
34
testImplementation(" io.kotest:kotest-runner-junit5:5.9.1" )
35
35
36
36
// Add Konsist dependency
37
- testImplementation(" com.lemonappdev:konsist:0.16.1 " )
37
+ testImplementation(" com.lemonappdev:konsist:0.17.0 " )
38
38
}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ kotlin {
49
49
}
50
50
val jvmTest by getting {
51
51
dependencies {
52
- implementation(" com.lemonappdev:konsist:0.16.1 " )
52
+ implementation(" com.lemonappdev:konsist:0.17.0 " )
53
53
}
54
54
}
55
55
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ tasks.withType<Test> {
12
12
}
13
13
14
14
dependencies {
15
- testImplementation(" com.lemonappdev:konsist:0.16.1 " )
15
+ testImplementation(" com.lemonappdev:konsist:0.17.0 " )
16
16
testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.11.3" )
17
17
}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ kotlin {
51
51
}
52
52
val jvmTest by getting {
53
53
dependencies {
54
- implementation(" com.lemonappdev:konsist:0.16.1 " )
54
+ implementation(" com.lemonappdev:konsist:0.17.0 " )
55
55
implementation(" io.kotest:kotest-runner-junit5:5.9.1" )
56
56
}
57
57
}
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ tasks.withType<Test> {
11
11
}
12
12
13
13
dependencies {
14
- testImplementation(" com.lemonappdev:konsist:0.16.1 " )
14
+ testImplementation(" com.lemonappdev:konsist:0.17.0 " )
15
15
testImplementation(" io.kotest:kotest-runner-junit5:5.9.1" )
16
16
}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ testing {
49
49
implementation project()
50
50
51
51
// Add Konsist dependency
52
- implementation " com.lemonappdev:konsist:0.16.1 "
52
+ implementation " com.lemonappdev:konsist:0.17.0 "
53
53
54
54
// Add junit-jupiter-params dependency (required for dynamic Tests)
55
55
implementation " org.junit.jupiter:junit-jupiter-params:5.11.3"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ testing {
49
49
implementation project()
50
50
51
51
// Add Konsist dependency
52
- implementation " com.lemonappdev:konsist:0.16.1 "
52
+ implementation " com.lemonappdev:konsist:0.17.0 "
53
53
54
54
// Add Kotest dependency
55
55
implementation " io.kotest:kotest-runner-junit5:5.9.1"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ testing {
45
45
implementation(project())
46
46
47
47
// Add Konsist dependency
48
- implementation(" com.lemonappdev:konsist:0.16.1 " )
48
+ implementation(" com.lemonappdev:konsist:0.17.0 " )
49
49
50
50
// Add junit-jupiter-params dependency (required for dynamic Tests)
51
51
implementation(" org.junit.jupiter:junit-jupiter-params:5.11.3" )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ testing {
45
45
implementation(project())
46
46
47
47
// Add Konsist dependency
48
- implementation(" com.lemonappdev:konsist:0.16.1 " )
48
+ implementation(" com.lemonappdev:konsist:0.17.0 " )
49
49
50
50
// Add Kotest dependency
51
51
implementation(" io.kotest:kotest-runner-junit5-jvm:5.9.1" )
Original file line number Diff line number Diff line change 50
50
<dependency >
51
51
<groupId >com.lemonappdev</groupId >
52
52
<artifactId >konsist</artifactId >
53
- <version >0.16.1 </version >
53
+ <version >0.17.0 </version >
54
54
<scope >test</scope >
55
55
</dependency >
56
56
</dependencies >
Original file line number Diff line number Diff line change 50
50
<dependency >
51
51
<groupId >com.lemonappdev</groupId >
52
52
<artifactId >konsist</artifactId >
53
- <version >0.16.1 </version >
53
+ <version >0.17.0 </version >
54
54
<scope >test</scope >
55
55
</dependency >
56
56
<dependency >
You can’t perform that action at this time.
0 commit comments