Skip to content

Commit

Permalink
Merge pull request #155 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
akash1810 authored Sep 30, 2024
2 parents 495eb06 + aca36ed commit 4ee74b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description:= "Monitors your elastic search cluster and reports metrics to cloud

version := "1.0"

scalaVersion := "3.3.3"
scalaVersion := "3.3.4"

val awsSdkVersion = "1.12.772"

Expand All @@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
"com.amazonaws" % "aws-java-sdk-cloudwatch" % awsSdkVersion,
"com.amazonaws" % "aws-java-sdk-ec2" % awsSdkVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.0",
)

assembly / assemblyMergeStrategy := {
Expand Down

0 comments on commit 4ee74b0

Please sign in to comment.