From cec7a7a0a3b4dee873cf2a47c3e9b3f7a2990c29 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Sep 2022 17:58:01 +0000 Subject: [PATCH] Update retry to 0.3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",