Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Update pureconfig to 0.17.3 #1344

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Dependencies {
val fabric8KubernetesClient = "io.fabric8" % "kubernetes-client" % Versions.fabric8

val typesafeConfig = "com.typesafe" % "config" % "1.4.2"
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.1"
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.3"
val scopt =
"com.github.scopt" %% "scopt" % "4.1.0" // FIXME generating docs for CLI fails with concurrent modification with 2.13 and this version.
val airframeLog = "org.wvlet.airframe" %% "airframe-log" % "22.5.0"
Expand Down