From 924888d67163e520ad4ebde7804dc39dba13713d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 Sep 2023 13:26:01 +0000 Subject: [PATCH] Update profiles to 2.20.154 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 48de398..3bb15b8 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ lazy val `fake-ec2-metadata-service` = project "io.circe" %% "circe-core" % "0.14.5", "io.circe" %% "circe-generic" % "0.14.5", "dev.holt" %% "java-time-literals" % "1.1.1", - "software.amazon.awssdk" % "profiles" % "2.20.153", + "software.amazon.awssdk" % "profiles" % "2.20.154", "ch.qos.logback" % "logback-classic" % "1.4.11" % Runtime, "org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test, "org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,