Skip to content

Commit

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

Update discipline-scalatest to 2.1.0
  • Loading branch information
bkirwi committed Nov 14, 2020
2 parents 19dee4b + cce83ec commit 41943db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -89,7 +89,7 @@ lazy val decline =
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % catsVersion,
"org.typelevel" %%% "cats-laws" % catsVersion % Test,
"org.typelevel" %%% "discipline-scalatest" % "2.0.1" % Test
"org.typelevel" %%% "discipline-scalatest" % "2.1.0" % Test
),
)
.jvmSettings(
Expand Down

0 comments on commit 41943db

Please sign in to comment.