Skip to content

Commit a7a019f

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update circe-generic, circe-parser to 0.14.12
1 parent 7fe3e30 commit a7a019f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ lazy val commonSettings = Def.settings(
198198
Compile / PB.targets := Nil,
199199
(Test / PB.protoSources) := Seq(baseDirectory.value.getParentFile / "shared/src/test/protobuf"),
200200
scalapbJsonCommonVersion := "0.10.0",
201-
circeVersion := "0.14.10",
201+
circeVersion := "0.14.12",
202202
libraryDependencies ++= Seq(
203203
"com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test",
204204
"io.circe" %%% "circe-generic" % circeVersion.value % "test",

0 commit comments

Comments
 (0)