Skip to content

Commit

Permalink
Update typesafe:config to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 4, 2019
1 parent bb31868 commit e6056cc
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 @@ -72,7 +72,7 @@ lazy val dynamic = project
buildInfoObject := "BuildInfo",
libraryDependencies ++= List(
"io.get-coursier" % "interface" % "0.0.14",
"com.typesafe" % "config" % "1.3.4",
"com.typesafe" % "config" % "1.4.0",
scalatest.value % Test,
scalametaTestkit % Test
),
Expand Down

0 comments on commit e6056cc

Please sign in to comment.