From a51dd0dd2ba3ee3a31621680d99382d437a39bca Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 00:20:13 +0000 Subject: [PATCH] Update ivy to 2.5.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 710251655..bef219bfa 100644 --- a/build.sbt +++ b/build.sbt @@ -227,7 +227,7 @@ lazy val data = project "com.typesafe.akka" %% "akka-slf4j" % V.akka, "org.apache.maven" % "maven-model-builder" % "3.9.4", "org.jsoup" % "jsoup" % "1.16.1", - "org.apache.ivy" % "ivy" % "2.5.1", + "org.apache.ivy" % "ivy" % "2.5.2", "com.typesafe.akka" %% "akka-http" % V.akkaHttp, "org.json4s" %% "json4s-native" % V.json4s, "org.scalatest" %% "scalatest" % V.scalatest % Test