summaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index f98209b..9fe689c 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -78,7 +78,7 @@ module.exports = function(grunt) {
options: {
specs: 'test/*_spec.js',
vendor: [
- 'http://code.jquery.com/jquery-1.10.2.min.js',
+ 'http://code.jquery.com/jquery-1.11.1.min.js',
'test/lib/jasmine-jquery.js'
]
}