Skip to content

Commit

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

Update discipline-scalatest to 2.0.0
  • Loading branch information
fthomas authored Aug 18, 2020
2 parents 84b56d0 + 6c4ad4b commit da27638
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" % "1.0.1" % Test
"org.typelevel" %%% "discipline-scalatest" % "2.0.0" % Test
),
initialCommands += s"""
import $rootPkg.cats._
Expand Down

0 comments on commit da27638

Please sign in to comment.