Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #26 from AudaxHealthInc/fix-dependency-org
Browse files Browse the repository at this point in the history
Switched from me.jeffmay to com.rallyhealth org for scalacheck-ops
  • Loading branch information
jeffmay authored Jan 5, 2018
2 parents 8e1248b + 32c858d commit 34f083d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {
case `scalatest2Version` => ""
case `scalatest3Version` => "_1-13"
}
"me.jeffmay" %% s"scalacheck-ops$suffix" % scalacheckOpsVersion
"com.rallyhealth" %% s"scalacheck-ops$suffix" % scalacheckOpsVersion
}

def scalatest(scalatestVersion: String): ModuleID = {
Expand Down

0 comments on commit 34f083d

Please sign in to comment.