Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid generating a JSON string before writing to file | Federico Igne | 2021-11-03 | 1 | -1/+1 |
| | | | | This solve a crash when considering a huge amount of queries. | ||||
* | Update sbt assembly plugin to 1.1.0 | Federico Igne | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | Move to os-lib for filesystem operations | Federico Igne | 2021-10-03 | 1 | -0/+2 |
| | |||||
* | Add JSON format for CQ answers | Federico Igne | 2021-09-29 | 1 | -0/+2 |
| | |||||
* | Add sbt plugin to create jar with dependences | Federico Igne | 2021-01-08 | 2 | -3/+7 |
| | | | | Also update README.md with info on how to compile and run the program. | ||||
* | Update scala version and dependencies | Stefano Germano | 2020-12-07 | 2 | -3/+3 |
| | |||||
* | More details in build.sbt and updated dependencies | Stefano Germano | 2020-10-19 | 1 | -0/+15 |
| | | | | | While updating the dependencies, I noticed that v3.2 of scalatest is very different from v3.1 (https://www.scalatest.org/release_notes/3.2.0). Therefore, I also needed to update the test files. But, there is a "too many arguments" error that needs to be solved (I do not know why it was working before). | ||||
* | Add build.properties file | Federico Igne | 2020-08-16 | 1 | -0/+1 |