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

Commit

Permalink
changes the jsoup version to fix an issue which occurs null point exc…
Browse files Browse the repository at this point in the history
…eption in the jsoup.

Related-issue: jhy/jsoup#431
Private-issue: 2421
  • Loading branch information
ChangsungKim committed Jun 15, 2015
1 parent 9197339 commit b1d4bb9
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 b1d4bb9

Please sign in to comment.