We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79574bb + 9a03f97 commit ba98addCopy full SHA for ba98add
build.sbt
@@ -174,7 +174,7 @@ lazy val typesafe = project.in(file("metaconfig-typesafe-config")).settings(
174
mimaSettings,
175
moduleName := "metaconfig-typesafe-config",
176
description := "Integration for HOCON using typesafehub/config.",
177
- libraryDependencies += "com.typesafe" % "config" % "1.4.5",
+ libraryDependencies += "com.typesafe" % "config" % "1.4.6",
178
).dependsOn(core.jvm)
179
180
lazy val sconfig = crossProject(JVMPlatform, JSPlatform, NativePlatform)
0 commit comments