Skip to content

Commit

Permalink
Merge pull request #593 from scala-steward/update/scalacheck-1-15-3.2…
Browse files Browse the repository at this point in the history
….7.0

scalacheck-1-15 3.2.7.0 (was 3.2.6.0)
  • Loading branch information
mkurz authored Apr 13, 2021
2 parents 3b2fc5c + 9b7c847 commit 9318bfb
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 @@ -158,7 +158,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform)
libraryDependencies ++= (if (isDotty.value) Nil else scalaReflect(scalaVersion.value)),
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.7" % Test,
"org.scalatestplus" %%% "scalacheck-1-15" % "3.2.6.0" % Test,
"org.scalatestplus" %%% "scalacheck-1-15" % "3.2.7.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.15.3" % Test,
"com.chuusai" %% "shapeless" % "2.3.3" % Test,
).map(_.withDottyCompat(scalaVersion.value)),
Expand Down

0 comments on commit 9318bfb

Please sign in to comment.