Skip to content

Commit

Permalink
fix: Fix typo in Guava lib version name
Browse files Browse the repository at this point in the history
It was pointed out in the comment:
ben-manes/gradle-versions-plugin#906 (comment)
  • Loading branch information
rynkowsg committed Sep 18, 2024
1 parent 0d6368c commit e1c2b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lib/jvm-library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

dependencies {
implementation("com.google.guava:guava:33.3.0-jvm")
implementation("com.google.guava:guava:33.3.0-jre")
}

0 comments on commit e1c2b7b

Please sign in to comment.