Skip to content

Commit

Permalink
Update typesafe:config to 1.4.3 (#2936)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 3, 2023
1 parent 37e7ae6 commit 3a7d5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object Dependencies {

lazy val commonDeps = Seq(
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.2",
"com.typesafe" % "config" % "1.4.3",
"org.slf4j" % "slf4j-api" % Slf4jVersion,
"org.scalatest" %% "scalatest" % ScalatestVersion % "test",
"org.mockito" % "mockito-core" % MockitoVersion % "test",
Expand Down

0 comments on commit 3a7d5d2

Please sign in to comment.