Bump IJ version to 2019.3

Test Plan: Recreated container, Bazel things still worked

X-Origin-Diff: phab/D279
GitOrigin-RevId: 9aa7832fd81ef7cfdf875db8732790b438c74a57
diff --git a/scripts/create_container.sh b/scripts/create_container.sh
index 5f179cd..c01d8ba 100755
--- a/scripts/create_container.sh
+++ b/scripts/create_container.sh
@@ -38,7 +38,7 @@
 # The Bazel plugin injects a Bazel repository into the sync command line,
 # We need to copy the aspect repository and apply a custom patch.
 
-ASPECT_ORIG=${HOME}/.IntelliJIdea2019.2/config/plugins/ijwb/aspect
+ASPECT_ORIG=${HOME}/.IntelliJIdea2019.3/config/plugins/ijwb/aspect
 
 ASPECT_PATH=${BAZEL_ROOT}/ijwb_aspect
 rm -rf "$ASPECT_PATH"