Skip to content

Commit fc1397c

Browse files
authored
Merge pull request #951 from softwaremill/update/pureconfig-core-0.17.5
Update pureconfig-core to 0.17.5
2 parents 7c1502c + 1d7ac10 commit fc1397c

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 ensureDockerBuildx = taskKey[Unit]("Ensure that docker buildx configura
2828
lazy val dockerBuildWithBuildx = taskKey[Unit]("Build docker images using buildx")
2929

3030
val config = "com.typesafe" % "config" % "1.4.3"
31-
val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.4"
31+
val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.5"
3232
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.2.0"
3333

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

0 commit comments

Comments
 (0)