Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/issue-2421'
Browse files Browse the repository at this point in the history
* origin/issue-2421:
  changes the jsoup version to fix an issue which occurs null point exception in the jsoup.

Reviewed-by: 이응준 <[email protected]>
  • Loading branch information
Yi EungJun committed Jul 7, 2015
2 parents a5c9992 + b1d4bb9 commit 18ded77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
"commons-io" % "commons-io" % "2.4",
"org.julienrf" %% "play-jsmessages" % "1.6.2",
"commons-collections" % "commons-collections" % "3.2.1",
"org.jsoup" % "jsoup" % "1.7.2",
"org.jsoup" % "jsoup" % "1.8.2",
"com.googlecode.juniversalchardet" % "juniversalchardet" % "1.0.3",
"org.mockito" % "mockito-all" % "1.9.0" % "test",
"com.github.zafarkhaja" % "java-semver" % "0.7.2",
Expand Down

0 comments on commit 18ded77

Please sign in to comment.