Skip to content

Commit 0b90781

Browse files
authored
Merge pull request #1651 from Baeldung/update/pureconfig-0.17.8
Update pureconfig, pureconfig-enumeratum from 0.17.7 to 0.17.8
2 parents ce6ebd0 + adbf820 commit 0b90781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ lazy val scala2_libraries =
381381
enumeratumDep,
382382
"io.monix" %% "monix" % monixVersion,
383383
pureConfigDep,
384-
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.7",
384+
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.8",
385385
"com.typesafe" % "config" % "1.4.3",
386386
"org.scala-lang.modules" %% "scala-async" % "1.0.1",
387387
"com.clever-cloud.pulsar4s" %% "pulsar4s-core" % "2.10.0",
@@ -535,7 +535,7 @@ lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime"))
535535

536536
val spireVersion = "0.18.0"
537537
val kafkaVersion = "7.7.1-ce"
538-
val pureconfigVersion = "0.17.7"
538+
val pureconfigVersion = "0.17.8"
539539
val jackSonVersion = "2.18.1"
540540
val log4jApiScalaVersion = "13.1.0"
541541
val log4jVersion = "2.20.0"

0 commit comments

Comments
 (0)