Skip to content

Commit cb67bad

Browse files
Update pureconfig, pureconfig-enumeratum from 0.17.8 to 0.17.9
1 parent 0c8ab1d commit cb67bad

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
@@ -391,7 +391,7 @@ lazy val scala2_libraries =
391391
enumeratumDep,
392392
"io.monix" %% "monix" % monixVersion,
393393
pureConfigDep,
394-
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.8",
394+
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.9",
395395
"com.typesafe" % "config" % "1.4.3",
396396
"org.scala-lang.modules" %% "scala-async" % "1.0.1",
397397
"com.clever-cloud.pulsar4s" %% "pulsar4s-core" % "2.10.0",
@@ -550,7 +550,7 @@ lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime"))
550550

551551
val spireVersion = "0.18.0"
552552
val kafkaVersion = "7.9.0-ce"
553-
val pureconfigVersion = "0.17.8"
553+
val pureconfigVersion = "0.17.9"
554554
val jackSonVersion = "2.18.3"
555555
val log4jApiScalaVersion = "13.1.0"
556556
val log4jVersion = "2.20.0"

0 commit comments

Comments
 (0)