From e2b7e67d229763844b2018b7ce04a4532ef2ef79 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 May 2024 14:49:47 +0000 Subject: [PATCH] Update profiles to 2.25.56 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c30ff4a..06d540c 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val `fake-ec2-metadata-service` = project "io.circe" %% "circe-generic" % "0.14.7", "io.circe" %% "circe-literal" % "0.14.7", "dev.holt" %% "java-time-literals" % "1.1.1", - "software.amazon.awssdk" % "profiles" % "2.25.55", + "software.amazon.awssdk" % "profiles" % "2.25.56", "io.monix" %% "newtypes-core" % "0.2.3", "org.typelevel" %% "mouse" % "1.2.3", "ch.qos.logback" % "logback-classic" % "1.5.6" % Runtime,