We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3bd2f commit cadf766Copy full SHA for cadf766
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.6"
+val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.8"
32
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
33
34
val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
0 commit comments