Skip to content

Commit

Permalink
Update discipline to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 6, 2018
1 parent ec26e13 commit 407fb42
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 @@ -36,7 +36,7 @@ val testDependencies = Seq(
"org.scalacheck" %% "scalacheck" % "1.13.5",
"org.scalatest" %% "scalatest" % "3.0.5",
"org.typelevel" %% "cats-laws" % catsVersion,
"org.typelevel" %% "discipline" % "0.9.0"
"org.typelevel" %% "discipline" % "0.10.0"
)

val baseSettings = Seq(
Expand Down

0 comments on commit 407fb42

Please sign in to comment.