Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1010 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 1010 Bytes

A-B-Test

Build Status

Micro-library to help with A-B-Testing. Chooses a cohort from a set of cohorts given an identifier

Adding to your service

Include the following dependency in your SBT build

resolvers += Resolver.bintrayRepo("hmrc", "releases")

libraryDependencies += "uk.gov.hmrc" %% "a-b-test" % "0.2.0"