Skip to content

Commit

Permalink
chore: Update pureconfig from 0.17.6 to 0.17.7 (#3666)
Browse files Browse the repository at this point in the history
Co-authored-by: RenkuBot <[email protected]>
  • Loading branch information
RenkuBot and RenkuBot authored Jun 12, 2024
1 parent 19ef937 commit 1395261
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.7"

libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.6"
libraryDependencies += "com.github.pureconfig" %% "pureconfig" % "0.17.6" % Test
libraryDependencies += "com.github.pureconfig" %% "pureconfig" % "0.17.7" % Test
libraryDependencies += "eu.timepit" %% "refined" % "0.11.2" % Test
libraryDependencies += "io.circe" %% "circe-core" % circeVersion % Test
libraryDependencies += "io.circe" %% "circe-literal" % circeVersion % Test
Expand Down

0 comments on commit 1395261

Please sign in to comment.