From 06eaf1956654981b3ff219b9fd4839c6d3bef9e6 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Thu, 19 Oct 2023 08:31:56 +0000 Subject: [PATCH] Update typesafe:config to 1.4.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a180d5b..6cf8a39 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ object Dependencies { private val circeVersion = "0.14.6" lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17" - lazy val typesafe = "com.typesafe" % "config" % "1.4.2" + lazy val typesafe = "com.typesafe" % "config" % "1.4.3" lazy val s3Sdk = "software.amazon.awssdk" % "s3" % "2.18.24" lazy val circeCore = "io.circe" %% "circe-core" % circeVersion lazy val circeGeneric = "io.circe" %% "circe-generic" % circeVersion