Skip to content

Commit

Permalink
Update scalacheck to 1.14.3 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored Aug 11, 2022
1 parent 470e1b6 commit 555bbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ lazy val example = project
),
libraryDependencies ++= List(
"org.scalatest" %% "scalatest" % "3.1.4" % Test,
"org.scalacheck" %% "scalacheck" % "1.14.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.14.3" % Test,
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test
),
test := {} // no need to run paiges tests.
Expand Down Expand Up @@ -343,7 +343,7 @@ lazy val tests = project
"org.scalameta" %% "testkit" % Version.scalameta,
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
"org.scalatest" %% "scalatest" % "3.1.4",
"org.scalacheck" %% "scalacheck" % "1.14.0",
"org.scalacheck" %% "scalacheck" % "1.14.3",
"org.seleniumhq.selenium" % "selenium-java" % "4.3.0" % IntegrationTest,
"org.slf4j" % "slf4j-simple" % "1.8.0-beta4"
),
Expand Down

0 comments on commit 555bbb3

Please sign in to comment.