Skip to content

Commit

Permalink
Merge pull request #609 from scala-steward/update/typesafe-1.4.3
Browse files Browse the repository at this point in the history
Update typesafe:config to 1.4.3
  • Loading branch information
mergify[bot] authored Oct 19, 2023
2 parents e22bf8a + 186373b commit 5f6792f
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 5f6792f

Please sign in to comment.