Skip to content

Commit bda779b

Browse files
committed
Update typesafe:config to 1.4.6
1 parent f69dfa0 commit bda779b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ lazy val chillAkka = module("akka")
196196
.settings(
197197
resolvers += Resolver.typesafeRepo("releases"),
198198
libraryDependencies ++= Seq(
199-
"com.typesafe" % "config" % "1.4.2",
199+
"com.typesafe" % "config" % "1.4.6",
200200
scalaVersion(sv => akka(sv)).value
201201
)
202202
)

0 commit comments

Comments
 (0)