Skip to content

Commit 399a4a3

Browse files
Update typesafe:config to 1.4.5 (#1150)
1 parent 15813e9 commit 399a4a3

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.4"
30+
val config = "com.typesafe" % "config" % "1.4.5"
3131
val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.8"
3232
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.4.0"
3333

0 commit comments

Comments
 (0)