We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b209e2c commit 63519bdCopy full SHA for 63519bd
build.sbt
@@ -91,7 +91,7 @@ lazy val cats = crossProject(JSPlatform, JVMPlatform)
91
libraryDependencies ++= Seq(
92
"org.typelevel" %%% "cats-core" % "2.1.1",
93
"org.typelevel" %%% "cats-laws" % "2.1.1" % Test,
94
- "org.typelevel" %%% "discipline-scalatest" % "2.0.0" % Test
+ "org.typelevel" %%% "discipline-scalatest" % "2.0.1" % Test
95
),
96
mimaPreviousArtifacts := previousArtifact(version.value, "cats")
97
)
0 commit comments