Skip to content

Commit 27827d8

Browse files
Update scalapb-json-macros to 0.10.0
1 parent 3d988ee commit 27827d8

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
@@ -196,7 +196,7 @@ lazy val commonSettings = Def.settings(
196196
Project.inConfig(Test)(sbtprotoc.ProtocPlugin.protobufConfigSettings),
197197
Compile / PB.targets := Nil,
198198
(Test / PB.protoSources) := Seq(baseDirectory.value.getParentFile / "shared/src/test/protobuf"),
199-
scalapbJsonCommonVersion := "0.9.0",
199+
scalapbJsonCommonVersion := "0.10.0",
200200
circeVersion := "0.14.8",
201201
libraryDependencies ++= Seq(
202202
"com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test",

0 commit comments

Comments
 (0)