Skip to content

Commit

Permalink
Merge pull request #192 from scalameta/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
tgodzik authored Apr 17, 2024
2 parents b4dfa49 + 85d005b commit 5c86d50
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 @@ -148,7 +148,7 @@ lazy val typesafe = project
mimaSettings,
moduleName := "metaconfig-typesafe-config",
description := "Integration for HOCON using typesafehub/config.",
libraryDependencies += "com.typesafe" % "config" % "1.4.1"
libraryDependencies += "com.typesafe" % "config" % "1.4.3"
)
.dependsOn(core.jvm)

Expand Down

0 comments on commit 5c86d50

Please sign in to comment.