Skip to content

Commit

Permalink
Update scalatest to 3.2.18 (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 20, 2024
1 parent b2ac5c0 commit d672852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ lazy val `rtree2d-core` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
crossScalaVersions := Seq("3.3.1", "2.13.12", "2.12.18"),
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.17" % Test,
"org.scalatest" %%% "scalatest" % "3.2.18" % Test,
"org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test
)
)
Expand Down Expand Up @@ -143,7 +143,7 @@ lazy val `rtree2d-benchmark` = project
"org.locationtech.jts" % "jts-core" % "1.19.0",
"com.github.davidmoten" % "rtree2" % "0.9.3",
"org.spire-math" %% "archery" % "0.6.0",
"org.scalatest" %% "scalatest" % "3.2.17" % Test
"org.scalatest" %% "scalatest" % "3.2.18" % Test
),
charts := Def.inputTaskDyn {
val jmhParams = Def.spaceDelimited().parsed
Expand Down

0 comments on commit d672852

Please sign in to comment.