Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Upgrade to Jackson 1.7.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed May 18, 2011
1 parent 3dd240c commit 3e557cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/JerksonProject.scala
Expand Up @@ -22,7 +22,7 @@ class JerksonProject(info: ProjectInfo) extends DefaultProject(info)
/**
* Dependencies
*/
val jacksonVersion = "1.7.6"
val jacksonVersion = "1.7.7"
val jacksonCore = "org.codehaus.jackson" % "jackson-core-asl" % jacksonVersion
val jacksonMapper = "org.codehaus.jackson" % "jackson-mapper-asl" % jacksonVersion

Expand Down

0 comments on commit 3e557cc

Please sign in to comment.