We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d988ee commit 27827d8Copy full SHA for 27827d8
build.sbt
@@ -196,7 +196,7 @@ lazy val commonSettings = Def.settings(
196
Project.inConfig(Test)(sbtprotoc.ProtocPlugin.protobufConfigSettings),
197
Compile / PB.targets := Nil,
198
(Test / PB.protoSources) := Seq(baseDirectory.value.getParentFile / "shared/src/test/protobuf"),
199
- scalapbJsonCommonVersion := "0.9.0",
+ scalapbJsonCommonVersion := "0.10.0",
200
circeVersion := "0.14.8",
201
libraryDependencies ++= Seq(
202
"com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test",
0 commit comments