From 0b5ae3d3dba849ba4479fb0ea288d59b4d3b91e2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Feb 2022 14:14:20 +0100 Subject: [PATCH] Update typesafe:config to 1.4.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 38f94825..379d5906 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ buildInfoPackage := "tscfg" libraryDependencies ++= Seq( "com.outr" %% "scribe" % "3.6.10", - "com.typesafe" % "config" % "1.4.1", + "com.typesafe" % "config" % "1.4.2", "com.lihaoyi" %% "pprint" % "0.7.1", "org.scalatest" %% "scalatest" % "3.2.11" % Test, "com.google.code.gson" % "gson" % "2.8.9"