aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
Commit message (Collapse)AuthorAgeFilesLines
* Code review updatesSam Guymer2018-05-211-33/+3
| | | | Start the test server before each backend test
* Code review updatesSam Guymer2018-05-201-32/+5
| | | | | | Remove tests sub project, all tests are now in core. Remove TestStreamingBackend, StreamingTest now has the required abstract methods.
* Move backend tests into their projectsSam Guymer2018-05-191-12/+48
| | | | | | | | | | | Instead of having a single project which tests all backends, each backend now implements a http test trait along with a streaming test trait if it supports streaming. The test http server has been moved into its own project and is started automatically before running a backends test. This allows each backend to be tested without the possibility of dependency eviction from another backend or the test http server. It also has the side effect of parallelizing the tests providing a speed up when run with multiple cores.
* Extract MonadAsyncError implementationsSam Guymer2018-05-181-72/+104
| | | | | Extract MonadAsyncError implementations into their own projects to allow reuse by multiple backends.
* Update brave to 4.19.2Yuki Ishikawa2018-05-161-1/+1
|
* Update scala-logging to 3.9.0Yuki Ishikawa2018-05-161-1/+1
|
* Update simpleclient to 0.4.0Yuki Ishikawa2018-05-161-1/+1
|
* Update akka-stream to 2.5.12Yuki Ishikawa2018-05-161-1/+1
|
* Update scalacheck to 1.14.0Yuki Ishikawa2018-05-161-1/+1
|
* Update async-http-client to 2.4.7Yuki Ishikawa2018-05-161-1/+1
|
* Update scalaz to 7.2.23Yuki Ishikawa2018-05-161-1/+1
|
* Update Scala to 2.12.6Yuki Ishikawa2018-05-011-1/+1
|
* Bump ScalaYuki Ishikawa2018-04-231-1/+1
|
* Bump dependenciesYuki Ishikawa2018-04-231-5/+5
|
* Updating async-http-clientadamw2018-03-211-1/+1
|
* Updating dependenciesadamw2018-03-211-3/+3
|
* Update circe to 0.9.2Yuki Ishikawa2018-03-141-1/+1
|
* #69: updating dependenciesadamw2018-03-101-10/+14
|
* Prometheus backendMichal Matloka2018-03-021-0/+12
|
* Update fs2-reactive-streamsadamw2018-02-201-1/+1
|
* Renaming brave artifact & project directoryadamw2018-02-201-3/+3
|
* Brave backendadamw2018-02-201-2/+17
|
* Update fs2-reactive-streams and monixadamw2018-02-081-4/+4
|
* Updating buildadamw2018-01-281-1/+1
|
* Update cats-effect to 0.8Yuki Ishikawa2018-01-261-1/+1
|
* Update circe to 0.9.1Yuki Ishikawa2018-01-261-1/+1
|
* typoadamw2018-01-071-1/+1
|
* Updating dependenciesadamw2017-12-231-7/+7
|
* Updating dependenciesadamw2017-11-141-5/+5
|
* Update Scalaadamw2017-10-251-1/+1
|
* json4s supportadamw2017-10-181-1/+12
|
* Updating dependenciesadamw2017-10-051-4/+4
|
* Renaming "handler" to "backend"adamw2017-09-141-41/+41
|
* Updating dependenciesadamw2017-09-071-4/+7
|
* Change module namesadamw2017-08-311-2/+2
|
* Rename subprojects to be more consistentBjørn Madsen2017-08-301-22/+17
|
* Add fs2 streaming moduleBjørn Madsen2017-08-301-2/+16
|
* async-http-client 2.0.35Sean Sullivan2017-08-281-1/+1
|
* Merge branch 'master' into okhttp3-monixOmar Alejandro Mainegra Sarduy2017-08-111-0/+14
|\ | | | | | | | | | | # Conflicts: # build.sbt # okhttp-client-handler/src/main/scala/com/softwaremill/sttp/okhttp/OkHttpClientHandler.scala
| * Clean up build fileBjørn Madsen2017-08-071-3/+4
| |
| * Add circe support moduleBjørn Madsen2017-08-061-0/+11
| |
* | Add new Monix handlerOmar Alejandro Mainegra Sarduy2017-08-041-4/+14
|/
* Include cats project in root projectBjørn Madsen2017-08-041-0/+1
|
* Add support for cats effect with AHC backendBjørn Madsen2017-08-041-1/+11
|
* Update scala 2.11 versionOmar Alejandro Mainegra Sarduy2017-08-011-1/+1
|
* Merge branch 'master' into okhttp3Omar Alejandro Mainegra Sarduy2017-07-281-2/+2
|\
| * Updating to scala 2.12.3adamw2017-07-281-1/+1
| |
| * Updating scalafmt pluginadamw2017-07-281-1/+1
| |
* | Include unit tests as well.Omar Alejandro Mainegra Sarduy2017-07-281-1/+1
| |
* | Add project definitionOmar Alejandro Mainegra Sarduy2017-07-281-7/+20
|/