Skip to content

Commit

Permalink
Merge pull request #97 from bocytko/patch-1
Browse files Browse the repository at this point in the history
Use cloudwatch module from aws sdk istead of the full aws-sdk-java
  • Loading branch information
dtrsan authored Sep 29, 2022
2 parents d2edfc3 + 46d0e4b commit 59b41ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
"io.dropwizard.metrics" % "metrics-jvm" % "4.2.9",
"io.github.azagniotov" % "dropwizard-metrics-cloudwatch" % "2.0.8",
"org.coursera" % "dropwizard-metrics-datadog" % "1.1.14",
"software.amazon.awssdk" % "aws-sdk-java" % "2.17.166",
"software.amazon.awssdk" % "cloudwatch" % "2.17.166",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.4",
"com.typesafe.akka" %% "akka-actor" % "2.6.19",
"com.typesafe.akka" %% "akka-http" % "10.2.9",
Expand Down

0 comments on commit 59b41ad

Please sign in to comment.