Skip to content

Commit

Permalink
Update circe-generic, circe-parser to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Apr 26, 2024
1 parent 843f50a commit 1bb0cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ lazy val commonSettings = Def.settings(
Compile / PB.targets := Nil,
(Test / PB.protoSources) := Seq(baseDirectory.value.getParentFile / "shared/src/test/protobuf"),
scalapbJsonCommonVersion := "0.9.0",
circeVersion := "0.14.6",
circeVersion := "0.14.7",
libraryDependencies ++= Seq(
"com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test",
"io.circe" %%% "circe-generic" % circeVersion.value % "test",
Expand Down

0 comments on commit 1bb0cd0

Please sign in to comment.