Skip to content

Commit

Permalink
Merge branch 'main' into update/keycloak-admin-client-23.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhz authored Feb 2, 2024
2 parents a6b5604 + ef8bfd8 commit 372bcae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import sbt._
object Dependencies {
private val circeVersion = "0.14.6"

lazy val awsSns = "software.amazon.awssdk" % "sns" % "2.23.12"
lazy val awsSsm = "software.amazon.awssdk" % "ssm" % "2.23.12"
lazy val awsEcs = "software.amazon.awssdk" % "ecs" % "2.23.12"
lazy val awsSns = "software.amazon.awssdk" % "sns" % "2.23.14"
lazy val awsSsm = "software.amazon.awssdk" % "ssm" % "2.23.14"
lazy val awsEcs = "software.amazon.awssdk" % "ecs" % "2.23.14"
lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
lazy val circeGeneric = "io.circe" %% "circe-generic" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
Expand Down

0 comments on commit 372bcae

Please sign in to comment.