From f725f3fdc2815573cc7c617bb34dcb4ec6073b3c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Feb 2022 15:18:34 +0100 Subject: [PATCH] Update retry to 0.3.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2191c957..1c79a7f4 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.4", "com.squareup.okhttp3" % "okhttp" % okhttp, "com.squareup.okhttp3" % "logging-interceptor" % okhttp, "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4",