Skip to content

Commit

Permalink
Update scalatest-funsuite to 3.2.18 (#603)
Browse files Browse the repository at this point in the history
Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
Co-authored-by: P. Oscar Boykin <johnynek@users.noreply.github.com>
  • Loading branch information
typelevel-steward[bot] and johnynek committed Apr 18, 2024
1 parent 32d0004 commit 2ee7b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
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 2ee7b48

Please sign in to comment.