File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -134,11 +134,11 @@ dependencies {
134
134
dependencySync(" io.coil-kt:coil-compose:1.3.1" )
135
135
dependencySync(" io.coil-kt:coil-gif:1.3.1" )
136
136
dependencySync(" io.coil-kt:coil:1.3.1" )
137
- dependencySync(" io.kotest:kotest-assertions-core-jvm:4.6.0 " )
138
- dependencySync(" io.kotest:kotest-assertions-shared-jvm:4.6.0 " )
139
- dependencySync(" io.kotest:kotest-common-jvm:4.6.0 " )
140
- dependencySync(" io.kotest:kotest-property-jvm:4.6.0 " )
141
- dependencySync(" io.kotest:kotest-runner-junit5-jvm:4.6.0 " )
137
+ dependencySync(" io.kotest:kotest-assertions-core-jvm:4.6.2 " )
138
+ dependencySync(" io.kotest:kotest-assertions-shared-jvm:4.6.2 " )
139
+ dependencySync(" io.kotest:kotest-common-jvm:4.6.2 " )
140
+ dependencySync(" io.kotest:kotest-property-jvm:4.6.2 " )
141
+ dependencySync(" io.kotest:kotest-runner-junit5-jvm:4.6.2 " )
142
142
dependencySync(" io.mockk:mockk:1.12.0" )
143
143
144
144
dependencySync(" javax.annotation:jsr250-api:1.0" )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gradleDoctor = "0.7.0"
12
12
groovy = " 3.0.8"
13
13
hermit = " 0.9.5"
14
14
jUnit = " 5.8.0"
15
- kotest = " 4.6.0 "
15
+ kotest = " 4.6.2 "
16
16
kotlin = " 1.5.21"
17
17
18
18
spotless = " 5.10.1"
You can’t perform that action at this time.
0 commit comments