Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ val catsEffectLawsVersion = catsEffectVersion
val jcToolsVersion = "2.1.2"
val reactiveStreamsVersion = "1.0.2"
val scalaTestVersion = "3.0.4"
val minitestVersion = "2.1.1"
val minitestVersion = "2.3.2"

// The Monix version with which we must keep binary compatibility.
// https://github.com/typesafehub/migration-manager/wiki/Sbt-plugin
Expand Down Expand Up @@ -294,7 +294,7 @@ lazy val unidocSettings = Seq(
lazy val testSettings = Seq(
testFrameworks := Seq(new TestFramework("minitest.runner.Framework")),
libraryDependencies ++= Seq(
"io.monix" %%% "minitest-laws" % minitestVersion % Test,
"io.monix" %%% "minitest-laws-legacy" % minitestVersion % Test,
"org.typelevel" %%% "cats-laws" % catsVersion % Test,
"org.typelevel" %%% "cats-effect-laws" % catsEffectVersion % Test
)
Expand Down