Skip to content

Commit

Permalink
Merge pull request #1262 from scalacenter/update/ivy-2.5.2
Browse files Browse the repository at this point in the history
Update ivy to 2.5.2
  • Loading branch information
adpi2 authored Sep 4, 2023
2 parents 218e985 + a51dd0d commit 63f4124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63f4124

Please sign in to comment.