Skip to content

Commit 4d3a5b7

Browse files
Update typesafe:config to 1.4.4 (#1135)
1 parent ad139a7 commit 4d3a5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy val yarnTask = inputKey[Unit]("Run yarn with arguments")
2727
lazy val ensureDockerBuildx = taskKey[Unit]("Ensure that docker buildx configuration exists")
2828
lazy val dockerBuildWithBuildx = taskKey[Unit]("Build docker images using buildx")
2929

30-
val config = "com.typesafe" % "config" % "1.4.3"
30+
val config = "com.typesafe" % "config" % "1.4.4"
3131
val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.8"
3232
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
3333

0 commit comments

Comments
 (0)