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.
2 parents 7c1502c + 1d7ac10 commit fc1397cCopy full SHA for fc1397c
build.sbt
@@ -28,7 +28,7 @@ lazy val ensureDockerBuildx = taskKey[Unit]("Ensure that docker buildx configura
28
lazy val dockerBuildWithBuildx = taskKey[Unit]("Build docker images using buildx")
29
30
val config = "com.typesafe" % "config" % "1.4.3"
31
-val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.4"
+val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.5"
32
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.2.0"
33
34
val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
0 commit comments