Skip to content

Commit

Permalink
Merge pull request #311 from nationalarchives/update/typesafe-1.4.3
Browse files Browse the repository at this point in the history
Update typesafe:config to 1.4.3
  • Loading branch information
TomJKing authored Oct 20, 2023
2 parents 47393fb + 55ad81b commit 3f56bf9
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 3f56bf9

Please sign in to comment.