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 15813e9 commit 399a4a3Copy full SHA for 399a4a3
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.4"
+val config = "com.typesafe" % "config" % "1.4.5"
31
val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.8"
32
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.4.0"
33
0 commit comments