Commit Graph

8 Commits

Author SHA1 Message Date
hrj
e45302df8c updated dependecies to latest version 2020-06-30 09:15:23 +05:30
hrj
8b021c20e5 removed dependency on scala test 2020-06-30 09:15:14 +05:30
hrj
461e1a6ead bump versions of sbt, scala and libraries 2020-06-29 21:46:26 +05:30
hrj
23e8d0a7ed updated deps 2019-03-31 16:53:32 +05:30
hrj
2d13c10812 update scala and sbt versions 2019-03-13 23:38:24 +05:30
Rahul Rudragoudar
6394fde5d2 Added Library dependencies
Added compile support for Java
2018-12-17 13:34:24 +05:30
sanjana
f73f2a762f Initial commit for the framework
The ChallengeProvider trait provides the methods to be implemented by the challenge providers.

The framework gets a challenge from a challenge provider, inserts the details of the challenge into the database, and gives the challenge to the user. It then gets the answer from the user, and sends it to the challenge provider for verification.

This commit includes the implementation only for FilterChallenge provider.
2018-06-06 12:18:40 +05:30
sanjana
4610245b38 Initial skeleton for the framework. 2018-01-03 09:12:43 +05:30