We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67dbb50 commit a6b2299Copy full SHA for a6b2299
build.sbt
@@ -163,7 +163,7 @@ val http4sStirVersion = "0.4.0"
163
val http4sStir = Def.setting("pl.iterators" %%% "http4s-stir" % http4sStirVersion)
164
val http4sStirTestkit = Def.setting("pl.iterators" %%% "http4s-stir-testkit" % http4sStirVersion)
165
166
-val pureConfigVersion = "0.17.7"
+val pureConfigVersion = "0.17.8"
167
val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % pureConfigVersion
168
val pureConfigGeneric = "com.github.pureconfig" %% "pureconfig-generic" % pureConfigVersion
169
val pureConfigGenericScala3 = "com.github.pureconfig" %% "pureconfig-generic-scala3" % pureConfigVersion
0 commit comments