Update bazlets to latest revision on master

- Adjust names of prolog dependencies
- Add optional dir_name argument to gerrit_plugin
- gerrit_plugin: Improve stamping error message
- Add optional dir_name argument to gerrit_plugin
- Upgrade Gerrit API to version 2.15.2
- gerrit_plugin: Improve stamping error message
- Set Gerrit API snapshot version to 2.15.2-SNAPSHOT
- Fix the error in project properties generation file
- Switch to 2.14.9-SNAPSHOT Gerrit API version for local dev
- Fix deletion of Sonar Scanner folder
- Automate SonarQube analysis for plugins built with bazel
- Use bazel-cache instead of buck-cache
- Use bazel-cache instead of buck-cache
- Update Gerrit API to 2.14.8
- Upgrade API version to 2.15.1
- Upgrade API version to 2.15 final release
- Set Gerrit API snapshot version to 2.14.8-SNAPSHOT
- Update Gerrit API to 2.14.7
- project.py: Python 3 compatibility
- Use release API version 2.15-rc3
- Bump GWT to 2.8.2
- Exclude GWT library from gerrit_plugin_gwtui artifact
- Exclude GWT library from gerrit_plugin_gwtui artifact
- [project.py] Add bazel --batch option
-  [project.py] Fix typo
- Set Gerrit API version to 2.15-rc2
- Fix indentation
- Add Prolog skylark rule
- Set gerrit maven local api to version 2.14.7-SNAPSHOT
- Update API to 2.14.6
- Upgrade Gerrit API to 2.14.5.1
- Set Gerrit API version to 2.15-rc1

Change-Id: I1384dd25b90521839b728bdb5b71f9e0c6fc17da
diff --git a/WORKSPACE b/WORKSPACE
index 5591045..5ead9cc 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "42bffc66c0e92753133e4cea2debe65abc359c4d",
+    commit = "a8bf43a97a2a655752204811d1355b180b082047",
     # local_path = "/home/<user>/projects/bazlets",
 )