From fd10d118a0b8e52e0ef11b072f5a35dd9e0215c8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 24 Jan 2024 14:29:25 +0000 Subject: [PATCH] Update profiles to 2.23.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b9f3413..c9479f9 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val `fake-ec2-metadata-service` = project "io.circe" %% "circe-generic" % "0.14.6", "io.circe" %% "circe-literal" % "0.14.6", "dev.holt" %% "java-time-literals" % "1.1.1", - "software.amazon.awssdk" % "profiles" % "2.23.7", + "software.amazon.awssdk" % "profiles" % "2.23.9", "io.monix" %% "newtypes-core" % "0.2.3", "org.typelevel" %% "mouse" % "1.2.2", "ch.qos.logback" % "logback-classic" % "1.4.14" % Runtime,