Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 044fb65

Browse files
committedAug 26, 2021
Auto-update dependencies.
1 parent 81fcf30 commit 044fb65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎firestore/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<script>mocha.setup('bdd')</script>
1414

15-
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase.js"></script>
16-
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-firestore.js"></script>
15+
<script src="https://www.gstatic.com/firebasejs/9.0.0/firebase.js"></script>
16+
<script src="https://www.gstatic.com/firebasejs/9.0.0/firebase-firestore.js"></script>
1717
<script src="test.firestore.js"></script>
1818
<script src="test.solution-arrays.js"></script>
1919
<script src="test.solution-counters.js"></script>

0 commit comments

Comments
 (0)
Please sign in to comment.