Skip to content

Commit

Permalink
Update scalatest-funsuite to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Feb 7, 2024
1 parent fd09dec commit 0ddabab
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 @@ -43,7 +43,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
moduleName := "paiges-core",
libraryDependencies ++= Seq(
"org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test,
"org.scalatest" %%% "scalatest-funsuite" % "3.2.17" % Test
"org.scalatest" %%% "scalatest-funsuite" % "3.2.18" % Test
),
// TODO: 2.13 has warnings for using Stream, but scalacheck Shrink
tlFatalWarningsInCi := scalaVersion.value.startsWith("2.12."),
Expand Down

0 comments on commit 0ddabab

Please sign in to comment.