Skip to content

Commit

Permalink
Add migration rule for (not yet released) scalacheck 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smarter committed Aug 20, 2019
1 parent e92e1d5 commit 88f7f4b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ package object scalafix {
"https://raw.githubusercontent.com/scalatest/autofix/6168da0e2bd113872b7dcd22cad7688d97ef9381/3.1.x/rules/src/main/scala/org/scalatest/autofix/v3_1_x/RewriteDeprecatedNames.scala"
),
Some("test")
),
Migration(
"org.scalacheck",
Nel.of("scalacheck".r),
Version("1.14.1"),
Nel.of("github:typelevel/scalacheck/v1_14_1?sha=3fc537dde9d8fdf951503a8d8b027a568d52d055")
)
)

Expand Down

0 comments on commit 88f7f4b

Please sign in to comment.