Skip to content

Commit 4627303

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

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
@@ -13,7 +13,7 @@ val example = crossProject(
1313
crossScalaVersions += "3.7.0",
1414
name := "scalaprops-cross-example",
1515
libraryDependencies ++= Seq(
16-
"com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test"
16+
"com.github.scalaprops" %%% "scalaprops" % "0.10.0" % "test"
1717
)
1818
).nativeSettings(
1919
scalapropsNativeSettings

0 commit comments

Comments
 (0)