diff --git a/WORKSPACE b/WORKSPACE
index 813ce43..8315e6f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -2,8 +2,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
 
 http_archive(
     name = "build_bazel_rules_ios",
-    sha256 = "171675cc98edf10e4580f3f94319d0ff298f8d5e7d00fd5f8de802443d79e6bf",
-    url = "https://github.com/bazel-ios/rules_ios/releases/download/2.3.0/rules_ios.2.3.0.tar.gz",
+    sha256 = "f8ba34d4e6584334ba22cdfd840e7b454a2030d4ca45eeeb7bc6a49d5a25ece0",
+    url = "https://github.com/bazel-ios/rules_ios/releases/download/2.3.1/rules_ios.2.3.1.tar.gz",
 )
 
 load(