File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/functionalTest/kotlin/kotlinx/validation/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ configurations.implementation {
7272
7373dependencies {
7474 implementation(gradleApi())
75- implementation(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.4.2 " )
75+ implementation(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.5.0 " )
7676 implementation(" org.ow2.asm:asm:9.2" )
7777 implementation(" org.ow2.asm:asm-tree:9.2" )
7878 implementation(" com.googlecode.java-diff-utils:diffutils:1.3.0" )
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ internal class DefaultConfigTests : BaseKotlinGradleTest() {
9898 kotlin(" AnotherBuildConfig.kt" ) {
9999 resolve(" examples/classes/AnotherBuildConfig.kt" )
100100 }
101- apiFile(projectName = rootProjectDir.name.toUpperCase ()) {
101+ apiFile(projectName = rootProjectDir.name.uppercase ()) {
102102 resolve(" examples/classes/AnotherBuildConfig.dump" )
103103 }
104104
You can’t perform that action at this time.
0 commit comments