Skip to content

Commit ba98add

Browse files
authored
Merge pull request #425 from scalameta/update/typesafe-1.4.6
Update typesafe:config to 1.4.6
2 parents 79574bb + 9a03f97 commit ba98add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ lazy val typesafe = project.in(file("metaconfig-typesafe-config")).settings(
174174
mimaSettings,
175175
moduleName := "metaconfig-typesafe-config",
176176
description := "Integration for HOCON using typesafehub/config.",
177-
libraryDependencies += "com.typesafe" % "config" % "1.4.5",
177+
libraryDependencies += "com.typesafe" % "config" % "1.4.6",
178178
).dependsOn(core.jvm)
179179

180180
lazy val sconfig = crossProject(JVMPlatform, JSPlatform, NativePlatform)

0 commit comments

Comments
 (0)