Skip to content

Commit

Permalink
Merge pull request #43 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
Non-AWS dependency updates
  • Loading branch information
akash1810 authored Jul 5, 2023
2 parents 89915a0 + c407300 commit e4feea1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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.1.0"
scalaVersion := "3.1.3"

val awsSdkVersion = "1.11.1034"

Expand All @@ -17,11 +17,11 @@ scalacOptions ++= Seq(

libraryDependencies ++= Seq(
"com.amazonaws" % "aws-lambda-java-core" % "1.2.2",
"org.slf4j" % "slf4j-simple" % "1.7.25",
"com.squareup.okhttp3" % "okhttp" % "3.11.0",
"org.slf4j" % "slf4j-simple" % "1.7.36",
"com.squareup.okhttp3" % "okhttp" % "3.14.9",
"com.amazonaws" % "aws-java-sdk-cloudwatch" % awsSdkVersion,
"com.amazonaws" % "aws-java-sdk-ec2" % awsSdkVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % "2.14.2",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.14.3",
)

assembly / assemblyMergeStrategy := {
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.7
sbt.version=1.5.8
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")

addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.0")
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")

0 comments on commit e4feea1

Please sign in to comment.