Skip to content

Commit

Permalink
Update discipline-scalatest to 2.3.0 (#3788)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored May 25, 2024
1 parent 63f09d3 commit d70cbec
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 @@ -551,7 +551,7 @@ lazy val cats: ProjectMatrix = (projectMatrix in file("integrations/cats"))
scalaTest.value % Test,
scalaCheck.value % Test,
scalaTestPlusScalaCheck.value % Test,
"org.typelevel" %%% "discipline-scalatest" % "2.2.0" % Test,
"org.typelevel" %%% "discipline-scalatest" % "2.3.0" % Test,
"org.typelevel" %%% "cats-laws" % "2.10.0" % Test
)
)
Expand Down

0 comments on commit d70cbec

Please sign in to comment.