We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad139a7 commit 4d3a5b7Copy full SHA for 4d3a5b7
build.sbt
@@ -27,7 +27,7 @@ lazy val yarnTask = inputKey[Unit]("Run yarn with arguments")
27
lazy val ensureDockerBuildx = taskKey[Unit]("Ensure that docker buildx configuration exists")
28
lazy val dockerBuildWithBuildx = taskKey[Unit]("Build docker images using buildx")
29
30
-val config = "com.typesafe" % "config" % "1.4.3"
+val config = "com.typesafe" % "config" % "1.4.4"
31
val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.8"
32
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
33
0 commit comments