Skip to content

Commit

Permalink
Update typesafe:config to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-scala-steward-public-repos[bot] committed Oct 17, 2023
1 parent 2e6f576 commit fde3367
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 @@ -59,7 +59,7 @@ val core = project
libraryDependencies ++= Seq(
"software.amazon.awssdk" % "ec2" % awsSdkVersion,
"software.amazon.awssdk" % "autoscaling" % awsSdkVersion,
"com.typesafe" % "config" % "1.4.2",
"com.typesafe" % "config" % "1.4.3",
"org.slf4j" % "slf4j-api" % "2.0.9"
)
)
Expand Down

0 comments on commit fde3367

Please sign in to comment.