Skip to content

Commit

Permalink
Update discipline-scalatest to 2.0.1 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 23, 2020
1 parent b209e2c commit 63519bd
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 @@ -91,7 +91,7 @@ lazy val cats = crossProject(JSPlatform, JVMPlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.1.1",
"org.typelevel" %%% "cats-laws" % "2.1.1" % Test,
"org.typelevel" %%% "discipline-scalatest" % "2.0.0" % Test
"org.typelevel" %%% "discipline-scalatest" % "2.0.1" % Test
),
mimaPreviousArtifacts := previousArtifact(version.value, "cats")
)
Expand Down

0 comments on commit 63519bd

Please sign in to comment.