Skip to content

Commit

Permalink
Merge pull request #68 from gildur/jshint-nullpointer-fix
Browse files Browse the repository at this point in the history
Changed dependency to new version of jshint4j to include NullPointerException fix.
  • Loading branch information
SpOOnman committed Jan 13, 2015
2 parents f124ea0 + d395f04 commit e673387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies {
compile 'com.googlecode.jslint4java:jslint4java:2.0.5'

// JSHint
compile 'pl.gildur:jshint4j:1.0.0'
compile 'pl.gildur:jshint4j:1.0.1'

// Test dependencies
testCompile 'junit:junit:4.11'
Expand Down

0 comments on commit e673387

Please sign in to comment.