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 24c4be4 + e544dab commit 0dbe63aCopy full SHA for 0dbe63a
build.sbt
@@ -28,7 +28,7 @@ lazy val dockerBuildWithBuildx = taskKey[Unit]("Build docker images using buildx
28
val jodaTime = "joda-time" % "joda-time" % "2.12.1"
29
val jodaConvert = "org.joda" % "joda-convert" % "2.2.2"
30
val config = "com.typesafe" % "config" % "1.4.2"
31
-val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.1"
+val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.2"
32
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
33
34
val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
0 commit comments