Skip to content

Commit b7ba984

Browse files
Update scalacheck-1-15 to 3.2.10.0 (#291)
1 parent 719b6c4 commit b7ba984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ lazy val `rtree2d-core` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
113113
)
114114
case _=> Seq(
115115
"org.scalatest" %%% "scalatest" % "3.2.9" % Test,
116-
"org.scalatestplus" %%% "scalacheck-1-15" % "3.2.9.0" % Test
116+
"org.scalatestplus" %%% "scalacheck-1-15" % "3.2.10.0" % Test
117117
)
118118
})
119119
)

0 commit comments

Comments
 (0)