Skip to content

Commit

Permalink
Update JVM SDK and Jackson accordingly (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluiz authored Oct 19, 2017
1 parent cda2952 commit 086fe97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import sbt._
object Dependencies {
private val sunriseThemeVersion = "0.70.0"
private val sunriseEmailVersion = "0.3.0"
private val jvmSdkVersion = "1.22.0"
private val jacksonVersion = "2.7.5"
private val jvmSdkVersion = "1.24.0"
private val jacksonVersion = "2.8.9"

lazy val jvmSdk = Seq (
libraryDependencies ++= Seq (
Expand Down

0 comments on commit 086fe97

Please sign in to comment.