Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 9d5ea90

Browse files
Update typesafe:config to 1.4.0 (#10)
1 parent 772caee commit 9d5ea90

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
@@ -61,7 +61,7 @@ cancelable in Global := true
6161
libraryDependencies ++= Seq(
6262
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.3",
6363
"org.scalariform" %% "scalariform" % "0.2.10",
64-
"com.typesafe" % "config" % "1.2.1",
64+
"com.typesafe" % "config" % "1.4.0",
6565
"junit" % "junit" % "4.13" % "test",
6666
"com.novocode" % "junit-interface" % "0.11" % "test",
6767
"com.google.guava" % "guava" % "23.0" % "test",

0 commit comments

Comments
 (0)