Skip to content

Commit

Permalink
Update typesafe:config to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tna-digital-archiving-jenkins committed Oct 19, 2023
1 parent 76b05fe commit 06eaf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06eaf19

Please sign in to comment.