diff --git a/build.sbt b/build.sbt index 0180fee..7591549 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.19" +libraryDependencies += "com.softwaremill.sttp.shared" %% "pekko" % "1.3.20" // Adds additional packages into Twirl //TwirlKeys.templateImports += "com.github.gaeljw.controllers._"