Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Commit 5a7a5e8

Browse files
authored
Update typesafe:config to 1.3.4 (#85)
Update typesafe:config to 1.3.4
2 parents c2074d6 + 246edf2 commit 5a7a5e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ lazy val loggingSettings = Seq(
8484
// scalac requires this pseudo-transitive dependency of scalog to be present,
8585
// even though we don't use its functionality here
8686
// this seems to be an issue for Scala <= 2.11.x
87-
"com.typesafe" % "config" % "1.3.3" % "provided"
87+
"com.typesafe" % "config" % "1.3.4" % "provided"
8888
)
8989
)
9090

@@ -138,7 +138,7 @@ lazy val docs = project.in(file("modules/docs"))
138138
siteMappings += ((baseDirectory in ThisBuild).value / "README.md", "_includes/README.md"),
139139
tutDirectory := "_tut",
140140
// this seems to be required for scalog
141-
libraryDependencies += "com.typesafe" % "config" % "1.3.3"
141+
libraryDependencies += "com.typesafe" % "config" % "1.3.4"
142142
)
143143
.settings(
144144
addMappingsToSiteDir(tut, tutDirectory)

0 commit comments

Comments
 (0)