diff --git a/opam b/opam
index d8c3f2716a7f3352f36c53a6a529c22269a28a82..a09613d18886942e5b564fe8f2db011f45c5eaba 100644
--- a/opam
+++ b/opam
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
 install: [make "install"]
 remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/reloc"]
 depends: [
-  "coq-iris" { (= "dev.2019-06-10.2.47f304f6") | (= "dev") }
+  "coq-iris" { (= "dev.2019-06-14.0.4032acd1") | (= "dev") }
   "coq-autosubst" { = "dev.coq86" }
 ]
diff --git a/theories/logic/spec_rules.v b/theories/logic/spec_rules.v
index 4710f4fcd81f9cf0de75c18a785ab4829d02c8da..ea219b98fcc333e693b2db971a51abca8c7df3d0 100644
--- a/theories/logic/spec_rules.v
+++ b/theories/logic/spec_rules.v
@@ -2,7 +2,7 @@
 (** Rules for updating the specification program. *)
 From iris.algebra Require Import auth excl frac agree gmap list.
 From iris.proofmode Require Import tactics.
-From iris.heap_lang Require Export lang notation.
+From iris.heap_lang Require Export lang notation tactics.
 From reloc.logic Require Export spec_ra.
 Import uPred.
 Section rules.