diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 65453e4..5431c87 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -107,8 +107,8 @@ module.exports = function(grunt) { options: { specs: 'test/*_spec.js', vendor: [ - 'http://code.jquery.com/jquery-1.10.1.min.js', - 'http://code.jquery.com/ui/1.10.3/jquery-ui.min.js', + 'http://code.jquery.com/jquery-1.11.1.min.js', + 'http://code.jquery.com/ui/1.11.1/jquery-ui.min.js', 'http://github.com/searls/jasmine-fixture/releases/1.0.5/1737/jasmine-fixture.js' ] } |