Skip to content

Commit

Permalink
update async http client deps
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Aug 26, 2013
1 parent 46ee932 commit 3c3a4ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description :=
"Core Dispatch module wrapping sonatype/async-http-client"

libraryDependencies ++= Seq(
"com.ning" % "async-http-client" % "1.7.16"
"com.ning" % "async-http-client" % "1.7.19"
)

seq(lsSettings :_*)
Expand Down
3 changes: 2 additions & 1 deletion notes/0.11.1.markdown
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Updated Json4s modules from version `2.3.4` to `2.3.5`
Updated async-http-client dependency from `1.7.16` to `1.7.19`
Updated Json4s dependencies from version `2.3.4` to `2.3.5`

0 comments on commit 3c3a4ae

Please sign in to comment.