Skip to content

Commit

Permalink
Update typesafe:config to 1.4.3 (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 28, 2024
1 parent 013712e commit 717745a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -302,7 +302,7 @@ lazy val zioConfigTypesafe = crossProject(JVMPlatform)
.settings(dottySettings)
.settings(
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.2",
"com.typesafe" % "config" % "1.4.3",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
),
Expand Down Expand Up @@ -404,7 +404,7 @@ lazy val zioConfigTypesafeMagnoliaTests = crossProject(JVMPlatform)
.settings(
publish / skip := true,
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.2",
"com.typesafe" % "config" % "1.4.3",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
),
Expand Down

0 comments on commit 717745a

Please sign in to comment.