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 ad37703 commit fc7125bCopy full SHA for fc7125b
build.sbt
@@ -190,7 +190,7 @@ lazy val commonSettings = Def.settings(
190
scalapbJsonCommonVersion := "0.10.0",
191
playJsonVersion := "3.1.0-M1",
192
libraryDependencies ++= Seq(
193
- "com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test",
+ "com.github.scalaprops" %%% "scalaprops" % "0.10.0" % "test",
194
"io.github.scalapb-json" %%% "scalapb-json-common" % scalapbJsonCommonVersion.value,
195
"com.thesamet.scalapb" %%% "scalapb-runtime" % scalapbVersion % "protobuf,test",
196
"org.scalatest" %%% "scalatest" % "3.2.19" % "test"
0 commit comments