Skip to content

Commit

Permalink
Merge pull request #802 from scala-steward/update/discipline-scalates…
Browse files Browse the repository at this point in the history
…t-2.0.1

Update discipline-scalatest to 2.0.1
  • Loading branch information
mergify[bot] authored Aug 23, 2020
2 parents 905325b + 72553f7 commit 1682b6f
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 @@ -107,7 +107,7 @@ lazy val cats = myCrossProject("cats")
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % catsVersion,
"org.typelevel" %%% "cats-laws" % catsVersion % Test,
"org.typelevel" %%% "discipline-scalatest" % "2.0.0" % Test
"org.typelevel" %%% "discipline-scalatest" % "2.0.1" % Test
),
initialCommands += s"""
import $rootPkg.cats._
Expand Down

0 comments on commit 1682b6f

Please sign in to comment.