Skip to content

Commit

Permalink
chore: Update pureconfig from 0.17.4 to 0.17.5 (#3432)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot authored Jan 19, 2024
1 parent 74b5410 commit 1d4a2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance-tests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ publishTo := Some(Resolver.file("Unused transient repository", file("target/unus
val circeVersion = "0.14.6"

libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.14"
libraryDependencies += "com.github.pureconfig" %% "pureconfig" % "0.17.4" % Test
libraryDependencies += "com.github.pureconfig" %% "pureconfig" % "0.17.5" % Test
libraryDependencies += "eu.timepit" %% "refined" % "0.11.0" % Test
libraryDependencies += "io.circe" %% "circe-core" % circeVersion % Test
libraryDependencies += "io.circe" %% "circe-literal" % circeVersion % Test
Expand Down

0 comments on commit 1d4a2c9

Please sign in to comment.