Skip to content

Commit c283923

Browse files
committed
bumping guava to 23, have to set the maven version explicitly because guava apparently doesn't know how to use maven either! yay!
1 parent 846c3ae commit c283923

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

third_party/java/guava/BUCK

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
prebuilt_jar(
22
name = 'guava',
3-
maven_coords = 'com.google.guava:guava:jar:[22.0,)',
4-
binary_jar = 'guava-22.0.jar',
5-
source_jar = 'guava-22.0-sources.jar',
3+
maven_coords = 'com.google.guava:guava:jar:23.0',
4+
binary_jar = 'guava-23.0.jar',
5+
source_jar = 'guava-23.0-sources.jar',
66
visibility = [
77
'PUBLIC',
88
],

0 commit comments

Comments
 (0)