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
scala-steward committed Oct 19, 2023
1 parent bed607c commit 186373b
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 @@ -127,7 +127,7 @@ lazy val cli = (project in file("cli"))
topLevelDirectory := Some("uptane-sign"),
executableScriptName := "uptane-sign",
Universal / mappings += (file("cli/LICENSE") -> "docs/LICENSE"),
libraryDependencies += "com.typesafe" % "config" % "1.4.2" % Test)
libraryDependencies += "com.typesafe" % "config" % "1.4.3" % Test)
.dependsOn(libtuf)

lazy val ota_tuf = (project in file("."))
Expand Down

0 comments on commit 186373b

Please sign in to comment.