File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55 buildsrc.convention.publishing
66 kotlin(" plugin.serialization" )
77
8- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.16.1 "
8+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.16.2 "
99}
1010
1111group = rootProject.group
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 buildsrc.convention.`kotlin- jvm`
33 buildsrc.convention.publishing
44
5- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.16.1 "
5+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.16.2 "
66}
77
88group = rootProject.group
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111 // Code quality.
1212 id(" io.gitlab.arturbosch.detekt" )
1313 id(" info.solidsoft.pitest" ) version " 1.15.0"
14- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.16.1 "
14+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.16.2 "
1515
1616 id(" org.jetbrains.dokka" ) version " 1.9.20"
1717}
You can’t perform that action at this time.
0 commit comments