Skip to content

Commit fc7125b

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update scalaprops to 0.10.0
1 parent ad37703 commit fc7125b

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
@@ -190,7 +190,7 @@ lazy val commonSettings = Def.settings(
190190
scalapbJsonCommonVersion := "0.10.0",
191191
playJsonVersion := "3.1.0-M1",
192192
libraryDependencies ++= Seq(
193-
"com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test",
193+
"com.github.scalaprops" %%% "scalaprops" % "0.10.0" % "test",
194194
"io.github.scalapb-json" %%% "scalapb-json-common" % scalapbJsonCommonVersion.value,
195195
"com.thesamet.scalapb" %%% "scalapb-runtime" % scalapbVersion % "protobuf,test",
196196
"org.scalatest" %%% "scalatest" % "3.2.19" % "test"

0 commit comments

Comments
 (0)