Skip to content

Commit

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

Update discipline-scalatest to 2.1.5
  • Loading branch information
mergify[bot] authored May 15, 2021
2 parents f2f36a9 + 695007f commit f281a81
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 @@ -142,7 +142,7 @@ lazy val cats = myCrossProject("cats")
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % catsVersion,
"org.typelevel" %%% "cats-laws" % catsVersion % Test,
"org.typelevel" %%% "discipline-scalatest" % "2.1.4" % Test
"org.typelevel" %%% "discipline-scalatest" % "2.1.5" % Test
),
initialCommands += s"""
import $rootPkg.cats._
Expand Down

0 comments on commit f281a81

Please sign in to comment.