diff --git a/build.sbt b/build.sbt index 2191c957..b2bcf943 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ lazy val root = project libraryDependencies ++= List( "ch.qos.logback" % "logback-classic" % "1.2.5", "com.github.synesso" % "stellar-xdr-jre" % "17.0.0", - "com.softwaremill.retry" %% "retry" % "0.3.3", + "com.softwaremill.retry" %% "retry" % "0.3.6", "com.squareup.okhttp3" % "okhttp" % okhttp, "com.squareup.okhttp3" % "logging-interceptor" % okhttp, "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4",