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 {
72
72
73
73
dependencies {
74
74
implementation(gradleApi())
75
- implementation(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.4.2 " )
75
+ implementation(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.5.0 " )
76
76
implementation(" org.ow2.asm:asm:9.2" )
77
77
implementation(" org.ow2.asm:asm-tree:9.2" )
78
78
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() {
98
98
kotlin(" AnotherBuildConfig.kt" ) {
99
99
resolve(" examples/classes/AnotherBuildConfig.kt" )
100
100
}
101
- apiFile(projectName = rootProjectDir.name.toUpperCase ()) {
101
+ apiFile(projectName = rootProjectDir.name.uppercase ()) {
102
102
resolve(" examples/classes/AnotherBuildConfig.dump" )
103
103
}
104
104
You can’t perform that action at this time.
0 commit comments