Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Libs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Libs {
const val TRUTH = "com.google.truth:truth:1.1.3"

// https://asm.ow2.io/versions.html
const val ASM = "org.ow2.asm:asm:9.2"
const val ASM_UTILS = "org.ow2.asm:asm-util:9.2"
const val ASM_COMMONS = "org.ow2.asm:asm-commons:9.2"
const val ASM = "org.ow2.asm:asm:9.3"
const val ASM_UTILS = "org.ow2.asm:asm-util:9.3"
const val ASM_COMMONS = "org.ow2.asm:asm-commons:9.3"
}