File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
build-logic/build-platform Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
api(" org.codenarc:CodeNarc:3.0.1" )
63
63
api(" org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r" )
64
64
api(" org.javassist:javassist:3.27.0-GA" )
65
- api(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.4.1 " )
65
+ api(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.5.0 " )
66
66
api(" org.jsoup:jsoup:1.15.1" )
67
67
api(" org.junit.jupiter:junit-jupiter:5.8.2" )
68
68
api(" org.junit.vintage:junit-vintage-engine:5.8.2" )
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
66
66
implementation(libs.futureKotlin(" sam-with-receiver-compiler-plugin" )) {
67
67
isTransitive = false
68
68
}
69
- implementation(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.4.1 " ) {
69
+ implementation(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.5.0 " ) {
70
70
isTransitive = false
71
71
}
72
72
You can’t perform that action at this time.
0 commit comments