Skip to content

Commit

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

Update discipline-scalatest to 1.0.0-RC1
  • Loading branch information
fthomas committed Oct 3, 2019
2 parents 91ed483 + b3c5ddc commit 9f43b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -109,7 +109,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.0-M1" % Test
"org.typelevel" %%% "discipline-scalatest" % "1.0.0-RC1" % Test
),
initialCommands += s"""
import $rootPkg.cats._
Expand Down

0 comments on commit 9f43b59

Please sign in to comment.