Skip to content

Commit

Permalink
Update pureconfig-core, ... to 0.17.8 (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 16, 2024
1 parent 67dbb50 commit a6b2299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ val http4sStirVersion = "0.4.0"
val http4sStir = Def.setting("pl.iterators" %%% "http4s-stir" % http4sStirVersion)
val http4sStirTestkit = Def.setting("pl.iterators" %%% "http4s-stir-testkit" % http4sStirVersion)

val pureConfigVersion = "0.17.7"
val pureConfigVersion = "0.17.8"
val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % pureConfigVersion
val pureConfigGeneric = "com.github.pureconfig" %% "pureconfig-generic" % pureConfigVersion
val pureConfigGenericScala3 = "com.github.pureconfig" %% "pureconfig-generic-scala3" % pureConfigVersion
Expand Down

0 comments on commit a6b2299

Please sign in to comment.