Skip to content

Commit

Permalink
chore: Update circe from 0.14.7 to 0.14.8 (#3683)
Browse files Browse the repository at this point in the history
Co-authored-by: Eike Kettner <[email protected]>
  • Loading branch information
RenkuBot and eikek authored Jun 18, 2024
1 parent 1395261 commit 06f79da
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 @@ -28,7 +28,7 @@ enablePlugins(AutomateHeaderPlugin)
publish / skip := true
publishTo := Some(Resolver.file("Unused transient repository", file("target/unusedrepo")))

val circeVersion = "0.14.7"
val circeVersion = "0.14.8"

libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.6"
libraryDependencies += "com.github.pureconfig" %% "pureconfig" % "0.17.7" % Test
Expand Down

0 comments on commit 06f79da

Please sign in to comment.