Skip to content

Commit

Permalink
Merge pull request #141 from fd4s/discipline-scalatest-1.0.0-rc4
Browse files Browse the repository at this point in the history
Update discipline-scalatest to 1.0.0-RC4
  • Loading branch information
vlovgr authored Jan 19, 2020
2 parents d3be439 + eb25582 commit c287d56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ lazy val dependencySettings = Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value
),
libraryDependencies ++= Seq(
"org.typelevel" %% "discipline-scalatest" % "1.0.0-RC2",
"org.typelevel" %% "discipline-scalatest" % "1.0.0-RC4",
"org.typelevel" %% "cats-testkit" % catsVersion,
"org.slf4j" % "slf4j-nop" % "1.7.30"
).map(_ % Test),
Expand Down
4 changes: 2 additions & 2 deletions modules/core/src/test/scala/cats/tests/CatsSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.scalatest.funsuite.AnyFunSuiteLike
import org.scalatest.matchers.should.Matchers
import org.scalatest.prop.Configuration
import org.scalatestplus.scalacheck.ScalaCheckDrivenPropertyChecks
import org.typelevel.discipline.scalatest.Discipline
import org.typelevel.discipline.scalatest.FunSuiteDiscipline

trait TestSettings extends Configuration with Matchers {

Expand All @@ -37,7 +37,7 @@ trait CatsSuite
extends AnyFunSuiteLike
with Matchers
with ScalaCheckDrivenPropertyChecks
with Discipline
with FunSuiteDiscipline
with TestSettings
with AllInstances
with AllInstancesBinCompat0
Expand Down

0 comments on commit c287d56

Please sign in to comment.