Skip to content

Commit

Permalink
Update scalatest-funsuite to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jun 23, 2024
1 parent 0b1f5d8 commit 5f25ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
moduleName := "paiges-core",
libraryDependencies ++= Seq(
"org.scalatestplus" %%% "scalacheck-1-18" % "3.2.18.0" % Test,
"org.scalatest" %%% "scalatest-funsuite" % "3.2.18" % Test
"org.scalatest" %%% "scalatest-funsuite" % "3.2.19" % Test
),
// TODO: 2.13 has warnings for using Stream, but scalacheck Shrink
tlFatalWarnings := scalaVersion.value.startsWith("2.12."),
Expand Down

0 comments on commit 5f25ea0

Please sign in to comment.