Skip to content

Commit 3d988ee

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update circe-generic, circe-parser to 0.14.8
1 parent 0d51bb9 commit 3d988ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ lazy val commonSettings = Def.settings(
197197
Compile / PB.targets := Nil,
198198
(Test / PB.protoSources) := Seq(baseDirectory.value.getParentFile / "shared/src/test/protobuf"),
199199
scalapbJsonCommonVersion := "0.9.0",
200-
circeVersion := "0.14.6",
200+
circeVersion := "0.14.8",
201201
libraryDependencies ++= Seq(
202202
"com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test",
203203
"io.circe" %%% "circe-generic" % circeVersion.value % "test",

0 commit comments

Comments
 (0)