Skip to content

Commit

Permalink
Update kotlin-metadata-jvm to 5.0 which support reading metadata from…
Browse files Browse the repository at this point in the history
… upcoming Kotlin 1.8 release.

RELNOTES=Update kotlin-metadata-jvm to 5.0 which support reading metadata from Kotlin 1.8.
PiperOrigin-RevId: 464877847
  • Loading branch information
danysantiago authored and Dagger Team committed Aug 2, 2022
1 parent 12b385b commit 353a50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Expand Up @@ -268,7 +268,7 @@ maven_install(
"org.jetbrains.kotlin:kotlin-daemon-embeddable:%s" % KOTLIN_VERSION,
"org.jetbrains.kotlin:kotlin-stdlib:%s" % KOTLIN_VERSION,
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:%s" % KOTLIN_VERSION,
"org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.4.2",
"org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.5.0",
"org.mockito:mockito-core:2.28.2",
"org.objenesis:objenesis:1.0",
"org.robolectric:robolectric:4.4",
Expand Down

0 comments on commit 353a50b

Please sign in to comment.