Switch standalone bazel build to 3.3.0-SNAPSHOT api

Change-Id: I52408ba5655e0024bcd6c6dfa1d11e1fe0d4a7e0
diff --git a/WORKSPACE b/WORKSPACE
index 215cb43..a07f6e7 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -12,7 +12,7 @@
     "gerrit_api",
 )
 
-gerrit_api()
+gerrit_api(version = "3.3.0-SNAPSHOT")
 
 load("//:external_plugin_deps.bzl", "external_plugin_deps")