Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #92 from scala-steward/update/specs2-scalacheck-4.3.6
Browse files Browse the repository at this point in the history
Update specs2-scalacheck to 4.3.6
  • Loading branch information
larsrh committed Jun 2, 2019
2 parents d082fdb + 8db301c commit 57ddf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -280,7 +280,7 @@ lazy val offlineTest = project.in(file("tests/offline"))
.settings(
isabellePackage := "tests",
parallelExecution in Test := false,
libraryDependencies += "org.specs2" %% "specs2-scalacheck" % "4.3.0"
libraryDependencies += "org.specs2" %% "specs2-scalacheck" % "4.3.6"
)

lazy val pureTest = project.in(file("tests/pure"))
Expand Down

0 comments on commit 57ddf28

Please sign in to comment.