hrj
0b17419ccf
disable unsupported option
...
Signed-off-by: hrj <harshad.rj@gmail.com>
2022-01-03 18:56:06 +05:30
hrj
3e99c0d38b
update to scala 3
...
Signed-off-by: hrj <harshad.rj@gmail.com>
2022-01-03 18:56:06 +05:30
Scala Steward
ff9462e9bc
Reformat with scalafmt 3.3.1
2022-01-02 05:26:42 +01:00
hrj
4988e2e856
update assembly merge strategy to use latest conventinon
...
Signed-off-by: hrj <harshad.rj@gmail.com>
2021-12-27 20:19:20 +05:30
hrj
700bd2d910
assembly merge strategy that discards module-info
...
This is to fix this error:
deduplicate: different file contents found in the following:
[error] [snip] jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:module-info.class
[error] [snip] jackson-core/2.12.4/jackson-core-2.12.4.jar:module-info.class
2021-12-27 20:05:30 +05:30
Scala Steward
f4187720d2
Update json4s-jackson_2.13 to 4.0.3
2021-12-27 20:05:30 +05:30
Scala Steward
83dcd65da3
Update json4s-jackson_2.13 to 3.6.12
2021-12-15 22:54:00 +01:00
hrj
5f77eee1ac
Allow scala 3 syntax
2021-12-09 23:25:03 +05:30
hrj
ab1e09142a
update scrimage version
2021-12-09 23:24:38 +05:30
hrj
abc9f5440f
update scala version
2021-12-09 23:13:48 +05:30
Rahul Rudragoudar
d3d5296ccd
Disable JavaFmt on compile
...
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2021-04-21 14:27:19 +05:30
hrj
2d7f229d30
bump to latest sbt version
2021-04-12 19:55:27 +05:30
hrj
9e153967e0
downgrade scrimage as the latest version doesn't assemble cleanly
2021-04-01 17:32:45 +05:30
hrj
6d7687c33f
enable deprecation warnings
2021-04-01 17:02:25 +05:30
hrj
dcc57c7117
bump dependency and plugin versions
2021-04-01 17:02:16 +05:30
hrj
110631dad2
bump scala version
2021-04-01 17:02:02 +05:30
Rahul Rudragoudar
8c8bda8d59
Add compile config options
...
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2021-03-29 15:31:27 +05:30
Rahul Rudragoudar
933145c32e
Disable scalafmt on compile option
...
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2021-03-11 21:11:12 +05:30
Rahul Rudragoudar
de50d8123e
Linter and Formatter support ( #58 )
...
* Add scala linter and formatter
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add java formatter
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add linter support
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Increase maxColumn limit
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Reformat and lint
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Minor reformatting
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add scala formatter on compile option
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Enable scala linter for CI
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2021-02-25 23:49:39 +05:30
hrj
d3ffc5ae62
bump scala version
2020-07-16 17:56:16 +05:30
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