Skip to content

Commit 0dbe63a

Browse files
authored
Merge pull request #757 from softwaremill/update/pureconfig-0.17.2
Update pureconfig to 0.17.2
2 parents 24c4be4 + e544dab commit 0dbe63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lazy val dockerBuildWithBuildx = taskKey[Unit]("Build docker images using buildx
2828
val jodaTime = "joda-time" % "joda-time" % "2.12.1"
2929
val jodaConvert = "org.joda" % "joda-convert" % "2.2.2"
3030
val config = "com.typesafe" % "config" % "1.4.2"
31-
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.1"
31+
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.2"
3232
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
3333

3434
val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"

0 commit comments

Comments
 (0)