Skip to content

Commit

Permalink
Update discipline-core to 1.5.1 (#450)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian P. Holt <bholt@dwolla.com>
  • Loading branch information
scala-steward and bpholt committed May 10, 2022
1 parent 9ef05a7 commit 6a33cc2
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 @@ -22,7 +22,7 @@ lazy val baseSettings = Seq(
"org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"org.typelevel" %% "cats-laws" % catsVersion % Test,
"org.typelevel" %% "discipline-core" % "1.3.0" % Test,
"org.typelevel" %% "discipline-core" % "1.5.1" % Test,
"org.typelevel" %% "discipline-scalatest" % "2.1.5" % Test
),
resolvers += Resolver.sonatypeRepo("snapshots"),
Expand Down

0 comments on commit 6a33cc2

Please sign in to comment.