Skip to content

Commit 022c2c4

Browse files
authored
Merge pull request Baeldung#1398 from Baeldung/update/pureconfig-0.17.7
Update pureconfig, pureconfig-enumeratum from 0.17.6 to 0.17.7
2 parents 327f1f6 + 7e2fa94 commit 022c2c4

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
@@ -361,7 +361,7 @@ lazy val scala2_libraries =
361361
enumeratumDep,
362362
"io.monix" %% "monix" % monixVersion,
363363
pureConfigDep,
364-
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.6",
364+
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.7",
365365
"com.typesafe" % "config" % "1.4.3",
366366
"org.scala-lang.modules" %% "scala-async" % "1.0.1",
367367
"com.clever-cloud.pulsar4s" %% "pulsar4s-core" % "2.9.1",
@@ -490,7 +490,7 @@ lazy val refined = (project in file("scala-libraries-standalone/refined"))
490490

491491
val spireVersion = "0.18.0"
492492
val kafkaVersion = "7.6.1-ce"
493-
val pureconfigVersion = "0.17.6"
493+
val pureconfigVersion = "0.17.7"
494494
val jackSonVersion = "2.17.1"
495495
val log4jApiScalaVersion = "13.1.0"
496496
val log4jVersion = "2.20.0"

0 commit comments

Comments
 (0)