aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Liam Miller-Cushon <cushon@google.com>2017-03-07 18:08:25 -0800
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-03-09 12:56:37 +0100
commit4d0582faee94b677839878ccc82896b0256335ac (patch)
treef6c61ddb85b45424194f17c6d1ff43cf123b9a72 /third_party/BUILD
parent4369f79c0e1667ab517f7570aaa448184daf4e66 (diff)
Add JimFS to third_party
Change-Id: I9d16ab783e4d91f7a515103c4b6191c169f73570
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 034789d627..f501aa0fd8 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -389,7 +389,7 @@ java_import(
java_import(
name = "jimfs",
- jars = ["jimfs/jimfs-1.1-rc1.jar"],
+ jars = ["jimfs/jimfs-1.1.jar"],
)
java_import(