From 0f7696d4a1b2a1bede0e99bdf219d3d77d0c3416 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:04:19 +0000 Subject: [PATCH] chore(deps): update dependency com.softwaremill.sttp.shared:pekko to v1.3.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ac818c3..aa9ba9d 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test // For Akka Streams (if using streaming) -libraryDependencies += "com.softwaremill.sttp.shared" %% "pekko" % "1.3.20" +libraryDependencies += "com.softwaremill.sttp.shared" %% "pekko" % "1.3.21" // Adds additional packages into Twirl //TwirlKeys.templateImports += "com.github.gaeljw.controllers._"