Skip to content

Commit

Permalink
Revert "Adopt guava:32.1.1-jre"
Browse files Browse the repository at this point in the history
Guava 32 introduces gradle module metadata which causes downstream breakage in build plugins..
  • Loading branch information
jkschneider committed Jul 9, 2023
1 parent 205030b commit f487df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation("io.micrometer:micrometer-core:1.9.+")
runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0")
runtimeOnly("it.unimi.dsi:fastutil:8.5.2")
runtimeOnly("com.google.guava:guava:32.1.1-jre")
runtimeOnly("com.google.guava:guava:31.1-jre")
runtimeOnly("one.util:streamex:0.8.1")

implementation("org.ow2.asm:asm:9.5")
Expand Down

0 comments on commit f487df7

Please sign in to comment.