Skip to content

Commit

Permalink
Merge pull request #1651 from Baeldung/update/pureconfig-0.17.8
Browse files Browse the repository at this point in the history
Update pureconfig, pureconfig-enumeratum from 0.17.7 to 0.17.8
  • Loading branch information
mergify[bot] authored Nov 25, 2024
2 parents ce6ebd0 + adbf820 commit 0b90781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ lazy val scala2_libraries =
enumeratumDep,
"io.monix" %% "monix" % monixVersion,
pureConfigDep,
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.7",
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.8",
"com.typesafe" % "config" % "1.4.3",
"org.scala-lang.modules" %% "scala-async" % "1.0.1",
"com.clever-cloud.pulsar4s" %% "pulsar4s-core" % "2.10.0",
Expand Down Expand Up @@ -535,7 +535,7 @@ lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime"))

val spireVersion = "0.18.0"
val kafkaVersion = "7.7.1-ce"
val pureconfigVersion = "0.17.7"
val pureconfigVersion = "0.17.8"
val jackSonVersion = "2.18.1"
val log4jApiScalaVersion = "13.1.0"
val log4jVersion = "2.20.0"
Expand Down

0 comments on commit 0b90781

Please sign in to comment.