Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

endpoints4s Scala library

Scala library to define remote communication protocols
Collective - Host: opensource - https://opencollective.com/endpoints4s - Website: https://endpoints4s.github.io/ - Code: https://github.com/endpoints4s

Merge pull request #494 from julienrf/avoid-implicit-functions

Avoid usage of implicit function types

github.com/endpoints4s/endpoints4s - f1efb61a5ab66a822a5e185ca84aa0a8152b86ca authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Avoid usage of implicit function types

In Scala 2, implicit values of type function have the undesirable side-effect of defining implic...

github.com/endpoints4s/endpoints4s - 1b20f8e2e6471c1779f72fda00e8427b3a40affb authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Specify behavior of `optField`

Fixes #123

- Decoders of optional fields successfully decode `None` if the field is absent from...

github.com/endpoints4s/endpoints4s - 1e73b2892f16375425a742886179da541e7e09da authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #489 from julienrf/http4s-0.21.x

http4s server interpreter

github.com/endpoints4s/endpoints4s - 2135626c382043bde2e2ea76b6dd2170a7335958 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Add http4s server interpreter

Fixes #283

github.com/endpoints4s/endpoints4s - 730800435d030fe7afe53427fb034522ca285740 authored almost 5 years ago by Josip Grgurica <[email protected]>
Merge pull request #490 from Detharon/validated-from-try

Add fromTry to Validated

github.com/endpoints4s/endpoints4s - db2d8347d48c162497c253a5df1cf5c96fdcfc3b authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Add fromTry to Validated

github.com/endpoints4s/endpoints4s - 8daddc878d2854ef12635e1b53168aed8e469e94 authored almost 5 years ago by Piotr Strąk <[email protected]>
Merge pull request #487 from julienrf/request-headers

Rename request headers constructors

github.com/endpoints4s/endpoints4s - c1ee72eb01fe56635e0e1acd1ccd7ab658ce8898 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #484 from julienrf/explain-generic-schemas

Provide more helpful error messages when generic JsonSchema derivation fails

github.com/endpoints4s/endpoints4s - 3a13ebdd94a8c5247300710f46ba6842fc0a9230 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Rename request headers constructors

Related to #469. Rename request headers constructors to make it clear that they are related to *...

github.com/endpoints4s/endpoints4s - fa973e168d8488a75fa49a48b85f38c19789240b authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #483 from julienrf/clean-dependency

Remove explicit dependency override of scala-java8-compat

github.com/endpoints4s/endpoints4s - 04f5fc158ac246348daf87203ecfc8601255d45b authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Provide more helpful error messages when generic JsonSchema derivation fails

github.com/endpoints4s/endpoints4s - 77a1115160f1ccdab9a0b2af5ec9e5c29fffbf14 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Remove explicit dependency override of scala-java8-compat

github.com/endpoints4s/endpoints4s - d51ee88729c89361612cf0d96e292cf22bd3ebc3 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #474 from scala-steward/update/ujson-0.9.9

Update ujson to 0.9.9

github.com/endpoints4s/endpoints4s - 5f7d16d67d5fbaa703a8637b4c488ba04d474b10 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #478 from scala-steward/update/scalatest-3.1.1

Update scalatest to 3.1.1

github.com/endpoints4s/endpoints4s - 5e6feba94ba3b8b101f8453122997d33c28b5128 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #479 from scala-steward/update/wiremock-2.26.1

Update wiremock to 2.26.1

github.com/endpoints4s/endpoints4s - 2460120971bdd252a773fd2dda2656a47625cef6 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #482 from scala-steward/update/jwt-play-4.3.0

Update jwt-play to 4.3.0

github.com/endpoints4s/endpoints4s - 451e3fc5013cd3a874f470fc32d6aaabf9796aaf authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #481 from julienrf/paradox

Replace ornate with paradox

github.com/endpoints4s/endpoints4s - 512eb0e9a409b9aaa7b870b4969a9a1bf34604c0 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Update jwt-play to 4.3.0

github.com/endpoints4s/endpoints4s - c6568206ae69c3620d73583788f80f40a0d99cef authored almost 5 years ago by Scala Steward <[email protected]>
Clear auto-application warnings

github.com/endpoints4s/endpoints4s - 48e6c2757af22b9fde7cd083411fb429fe43e3f5 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Replace ornate with paradox

Paradox seems to be slightly more maintained than ornate.

github.com/endpoints4s/endpoints4s - b89999b0e508c34141224fdf7f6221c76980140f authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #480 from julienrf/fix-resource-leak

Discard response entity if decoding response headers failed

github.com/endpoints4s/endpoints4s - 5ba0d527e1b98b7f0e4e8061e150dda2a493467a authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Discard response entity if decoding response headers failed

github.com/endpoints4s/endpoints4s - f33fbd3d7e71d2225358c4b6923fb7c7e28a5d65 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Update wiremock to 2.26.1

github.com/endpoints4s/endpoints4s - 7a637686c89b0901bcc1445033828a6871d71ee2 authored almost 5 years ago by Scala Steward <[email protected]>
Make openapi module depend on json-schema-generic only in the test scope

github.com/endpoints4s/endpoints4s - 561ba56e5868a21bc6ed0bf9a51f2716bbbc6353 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Update scalatest to 3.1.1

github.com/endpoints4s/endpoints4s - 524cf20f0e8439cc1534a933be1ad7bd64247ee8 authored almost 5 years ago by Scala Steward <[email protected]>
Update scalajs-dom to 1.0.0

github.com/endpoints4s/endpoints4s - 2e4692e8e1eedbed828aaa9da1544466099953c8 authored almost 5 years ago by Scala Steward <[email protected]>
Update ujson to 0.9.9

github.com/endpoints4s/endpoints4s - eb67d091b1ae63d285ff241c580529e2dd29a79e authored almost 5 years ago by Scala Steward <[email protected]>
Merge pull request #472 from scala-steward/update/sbt-scalajs-crossproject-1.0.0

Update sbt-scalajs-crossproject to 1.0.0

github.com/endpoints4s/endpoints4s - f788fed988d337912f58728d512c03c2b7f9fde4 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Mention “RESTful error handling” article

github.com/endpoints4s/endpoints4s - 3d9879d600d10c897e594d81ec0f97d0bc6daa3f authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #473 from scala-steward/update/scala-collection-compat-2.1.4

Update scala-collection-compat to 2.1.4

github.com/endpoints4s/endpoints4s - 203c9dfe285ef767540c053ee29303fd20777561 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #467 from julienrf/feature/response-headers

Add support for response headers

github.com/endpoints4s/endpoints4s - 69220914c4871c185aedb95c33c9c921414cb8f4 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Update scala-collection-compat to 2.1.4

github.com/endpoints4s/endpoints4s - 0e542eeb6ced53f952adb6c9ea920b463a2daedd authored almost 5 years ago by Scala Steward <[email protected]>
Update sbt-scalajs-crossproject to 1.0.0

github.com/endpoints4s/endpoints4s - f177018086f29a6d999ad660273bd40fd7aa0d89 authored almost 5 years ago by Scala Steward <[email protected]>
Update circe-core, circe-generic, ... to 0.13.0

github.com/endpoints4s/endpoints4s - 12566a5e26531ae7243bb441fe74bc5e52c8240d authored almost 5 years ago by Scala Steward <[email protected]>
Add support for response headers

Fixes #435

Responses can now embed header descriptions.

github.com/endpoints4s/endpoints4s - 0c111ad1549962bea3365835bbbbf7d0602a5ba5 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #468 from scala-steward/update/akka-actor-2.6.3

Update akka-actor to 2.6.3

github.com/endpoints4s/endpoints4s - c561f341c90b96e96a90dee7ac425c2a0168b6fd authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Add some more tests because.

github.com/endpoints4s/endpoints4s - 17d01aec5a096b3f7c6adbfff1af9c6118f39e6f authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Update akka-actor to 2.6.3

github.com/endpoints4s/endpoints4s - d62495e759b60bf3141db0ceaeec4aaade34be9a authored almost 5 years ago by Scala Steward <[email protected]>
Merge pull request #466 from scala-steward/update/sbt-1.3.8

Update sbt to 1.3.8

github.com/endpoints4s/endpoints4s - 7575a71b254295d5c8da87dfc864c57c9bf6ce65 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #465 from julienrf/streaming-again

Add streaming support

github.com/endpoints4s/endpoints4s - e8951daf1d7618781a91d9c9dd6c5e878210b559 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Update sbt to 1.3.8

github.com/endpoints4s/endpoints4s - 048e81433ddc093c202ea638f2660f3f020c6ca2 authored almost 5 years ago by Scala Steward <[email protected]>
Add streaming support

Fixes #6

Introduces a `ChunkedEntities` algebra defining request and response entities that use...

github.com/endpoints4s/endpoints4s - 050a0fdad245bbaefb4f1b160c72360eb036534d authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #461 from scala-steward/update/akka-stream-2.6.3

Update akka-stream, akka-stream-testkit, ... to 2.6.3

github.com/endpoints4s/endpoints4s - 8e2443687cb8a4396317294ee79926ead753d526 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #464 from scala-steward/update/play-2.8.1

Update play, play-ahc-ws, play-netty-server, ... to 2.8.1

github.com/endpoints4s/endpoints4s - 960f426be1aa4143f0dcf6d8e1cec16419b954f1 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Update play, play-ahc-ws, play-netty-server, ... to 2.8.1

github.com/endpoints4s/endpoints4s - 10b4f296649c4cd2a6b9a96105fc0c6c8f432e94 authored almost 5 years ago by Scala Steward <[email protected]>
Merge pull request #462 from scala-steward/update/sbt-unidoc-0.4.3

Update sbt-unidoc to 0.4.3

github.com/endpoints4s/endpoints4s - 200e1b4d1a5fabba090ccffc49017df30bd1fd1b authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #458 from julienrf/feature/or-fallback-to

Add operation `orFallbackTo` on JSON schemas

github.com/endpoints4s/endpoints4s - 8c4ad257e6913f04dd8863e2d1b6c6df7591bad7 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Update sbt-unidoc to 0.4.3

github.com/endpoints4s/endpoints4s - b8cf1181b53383adf9d6cb50c681a7cd126aa986 authored almost 5 years ago by Scala Steward <[email protected]>
Update akka-stream, akka-stream-testkit, ... to 2.6.3

github.com/endpoints4s/endpoints4s - a841c085dfc2d01ca7a50e817ce42a0550618e8b authored almost 5 years ago by Scala Steward <[email protected]>
Merge pull request #457 from scala-steward/update/sbt-scalajs-0.6.32

Update sbt-scalajs to 0.6.32

github.com/endpoints4s/endpoints4s - 3c1b6de9c7a88b01e366bf6724d6ddfea1e87c66 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Add operation `orFallbackTo` on JSON schemas

Fixes #444

github.com/endpoints4s/endpoints4s - 9bc110d8e063f2e25ad75687248eaaf9ee6986d7 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Update sbt-scalajs to 0.6.32

github.com/endpoints4s/endpoints4s - 07ebef5c972f5d066b79b11f45f6369d93365685 authored almost 5 years ago by Scala Steward <[email protected]>
Merge pull request #456 from scala-steward/update/sbt-heroku-2.1.4

Update sbt-heroku to 2.1.4

github.com/endpoints4s/endpoints4s - c6af1edaafea81bcf09027a0f620b3d884a1a1b2 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Update sbt-heroku to 2.1.4

github.com/endpoints4s/endpoints4s - af9b82bcee4d7cd7ee6b97ff4cf35ec385f7141b authored almost 5 years ago by Scala Steward <[email protected]>
Merge pull request #455 from julienrf/tupler-priorities

Move `leftUnit` higher in the `Tupler` instances hierarchy

github.com/endpoints4s/endpoints4s - 3decd940c0874fe958407c9a1b516f1e39be9f6c authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Move `leftUnit` higher in the `Tupler` instances hierarchy

Fixes #452

github.com/endpoints4s/endpoints4s - 75b1fe5f968d5c7c2e4b3a1322cbfee66e4a4125 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #454 from scala-steward/update/sbt-1.3.7

Update sbt to 1.3.7

github.com/endpoints4s/endpoints4s - 4c2d3b1065883558dbb3b130d1ee9845d99deb7e authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Update sbt to 1.3.7

github.com/endpoints4s/endpoints4s - 92c0a5d666eaec720ff09bf2389338bc6214eb48 authored almost 5 years ago by Scala Steward <[email protected]>
Merge pull request #453 from scala-steward/update/ujson-0.9.8

Update ujson to 0.9.8

github.com/endpoints4s/endpoints4s - e1c225fe3751e78a8db9ffb4616e4cda9cc752e3 authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Update ujson to 0.9.8

github.com/endpoints4s/endpoints4s - d6e1131448cce906806afa998f4c2d595f2af43d authored almost 5 years ago by Scala Steward <[email protected]>
Merge pull request #451 from scala-steward/update/ujson-0.9.7

Update ujson to 0.9.7

github.com/endpoints4s/endpoints4s - bdd694cb9bccf4c200d7a2a3f2fb2bb3bae7853a authored almost 5 years ago by Julien Richard-Foy <[email protected]>
Update ujson to 0.9.7

github.com/endpoints4s/endpoints4s - 5edb54cc84287d996b26b1f18f3ce6f664fc2c2e authored almost 5 years ago by Scala Steward <[email protected]>
Merge pull request #450 from scala-steward/update/ujson-0.9.6

Update ujson to 0.9.6

github.com/endpoints4s/endpoints4s - 6f536e95adfa9b15d70fc44d2984bb40c8feae79 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #449 from scala-steward/update/sbt-1.3.6

Update sbt to 1.3.6

github.com/endpoints4s/endpoints4s - e3790b809eac0e108d55d9efb36b23980181b463 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Update ujson to 0.9.6

github.com/endpoints4s/endpoints4s - 9c17be8e1e111fd350dc74cf7e22d871bb431c76 authored about 5 years ago by Scala Steward <[email protected]>
Update sbt to 1.3.6

github.com/endpoints4s/endpoints4s - 79e04e486f519c2df3c1609b8b89d3c3ed199fda authored about 5 years ago by Scala Steward <[email protected]>
Rename `enumeration` to `stringEnumeration` in docs

github.com/endpoints4s/endpoints4s - ddb101cea54b8af4fe62fab8c2bda56a44d63ed8 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #448 from julienrf/docs-again

Merge JSON guide and JsonEntities documentation

github.com/endpoints4s/endpoints4s - 4f25767a274e197ad19eb97405c3f97225030e83 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge JSON guide and JsonEntities documentation

Another pass on the documentation. I think that, generally, the documentation does not clearly a...

github.com/endpoints4s/endpoints4s - e6842c3c64787392130f4caf795adbfb24be14ea authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #447 from julienrf/api-docs-clean-up

Add more structure and links between API documentation pages

github.com/endpoints4s/endpoints4s - d4fd9513bc4616314e5bf65f0d060bba4b842350 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Add more structure and links between API documentation pages

The architecture of _endpoints_ does not render well in the API documentation. Consider for inst...

github.com/endpoints4s/endpoints4s - 1c715a258bed214d2387ee80bccd45a2e557d1c5 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #443 from julienrf/docs-story

Add more links between documentation pages and expand the design page

github.com/endpoints4s/endpoints4s - da96f660428ba276789ef6a4c223188527d6e48a authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #442 from scala-steward/update/ujson-0.9.0

Update ujson to 0.9.0

github.com/endpoints4s/endpoints4s - f4e19419102258868ed19a65f366459d28d11c81 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #441 from scala-steward/update/sbt-pgp-2.0.1

Update sbt-pgp to 2.0.1

github.com/endpoints4s/endpoints4s - 5e86bbf3e7d7c9f5df9f53c9a7aa8a7359805269 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #439 from scala-steward/update/scalacheck-1.14.3

Update scalacheck to 1.14.3

github.com/endpoints4s/endpoints4s - fd436ed0d7dc47df462fb418e4483d9cdc163493 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #438 from scala-steward/update/sbt-1.3.5

Update sbt to 1.3.5

github.com/endpoints4s/endpoints4s - ca19df36920698fb8b7222f50bf70f72015271c6 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #437 from julienrf/drop-scala-2.11

Drop Scala 2.11 support

github.com/endpoints4s/endpoints4s - ee25b55281717fcc356167f7f87b9bb2ee3aa601 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Add more links between documentation pages and expand the design page

github.com/endpoints4s/endpoints4s - 9bdeffe2377a0517f2a9923a5a148ad8289e095d authored about 5 years ago by Julien Richard-Foy <[email protected]>
Update ujson to 0.9.0

github.com/endpoints4s/endpoints4s - 1954e494d6f98985d76642ebfcc27b81372c2d55 authored about 5 years ago by Scala Steward <[email protected]>
Update sbt-pgp to 2.0.1

github.com/endpoints4s/endpoints4s - 0d6fd2d5c0f549bac31951e6d7d87d79ac951bd2 authored about 5 years ago by Scala Steward <[email protected]>
Merge pull request #440 from scala-steward/update/slf4j-simple-1.7.30

Update slf4j-simple to 1.7.30

github.com/endpoints4s/endpoints4s - 9e76df9ebcfff72711ec1905e903d2c3aa14ff3e authored about 5 years ago by Julien Richard-Foy <[email protected]>
Update slf4j-simple to 1.7.30

github.com/endpoints4s/endpoints4s - f66b3988673efdacf00db866ed04159a3d9c3a2e authored about 5 years ago by Scala Steward <[email protected]>
Update scalacheck to 1.14.3

github.com/endpoints4s/endpoints4s - 992316bfbcee55e2f306b27bd00d62d911020ea7 authored about 5 years ago by Scala Steward <[email protected]>
Update sbt to 1.3.5

github.com/endpoints4s/endpoints4s - e87c29c7ed7514759663c1fa0464a121a9e9ce3f authored about 5 years ago by Scala Steward <[email protected]>
Merge pull request #436 from scala-steward/update/scala-collection-compat-2.1.3

Update scala-collection-compat to 2.1.3

github.com/endpoints4s/endpoints4s - deb3677d431968c302716c8549ec4f5caf355294 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Drop Scala 2.11 support

Scala 2.11 was only supported by a few modules, but most of the interpreters had already dropped...

github.com/endpoints4s/endpoints4s - 76da3d47e759e888be9449c2215d8e08ae3eacba authored about 5 years ago by Julien Richard-Foy <[email protected]>
Update scala-collection-compat to 2.1.3

github.com/endpoints4s/endpoints4s - 613ee543da53a441b0f922ba02bf8fd5f5db7989 authored about 5 years ago by Scala Steward <[email protected]>
Merge pull request #434 from julienrf/update/akka-2.6

Update Akka to 2.6

github.com/endpoints4s/endpoints4s - ab1de57c9b23c11497b50e53f97c40eb1827f796 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #433 from julienrf/update/play-2.8

Update Play framework to 2.8

github.com/endpoints4s/endpoints4s - c31d6a399fcb847772844a7761dd5a8aea4a2ff4 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Update Akka to 2.6

github.com/endpoints4s/endpoints4s - 26aca334c0961451da4561f357add1d665a575de authored about 5 years ago by Julien Richard-Foy <[email protected]>
Update Play framework to 2.8

github.com/endpoints4s/endpoints4s - 74b489e5655b37fc57ef23d87193612a7aeb52f2 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #432 from julienrf/json-string-format

Add a `format` parameter to the `JsonSchema[String]` constructor

github.com/endpoints4s/endpoints4s - a85270381446ef5a3ef2f7fafa08557dfa9f5579 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Add a `format` parameter to the `JsonSchema[String]` constructor

Fixes #424

The `stringJsonSchema` constructor now takes a `format: Option[String]` parameter th...

github.com/endpoints4s/endpoints4s - d125e84f529a07851108250da5708d12de5664e2 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #426 from scala-steward/update/akka-stream-2.6.1

Update akka-stream to 2.6.1

github.com/endpoints4s/endpoints4s - 763d16dc7d771c0e3c29b02c1bde004875d0b647 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #431 from julienrf/openapi-jsonschema-fields-order

Make sure that JSON schema documentation preserves fields order

github.com/endpoints4s/endpoints4s - 4c034f9bc9414267dbaea5487120133db4b6e562 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Make sure that JSON schema documentation preserves fields order

Fixes #386

github.com/endpoints4s/endpoints4s - 5161abc6c1a5960a81521a4e6e95946d731d4a14 authored about 5 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #428 from scala-steward/update/scalatest-3.1.0

Update scalatest to 3.1.0

github.com/endpoints4s/endpoints4s - b4f906d9aa75741730edd0f2c6094cd536d5f63c authored about 5 years ago by Julien Richard-Foy <[email protected]>
Update scalatest to 3.1.0

github.com/endpoints4s/endpoints4s - 6e5d1de7ba5b04c2a2a4591a57c2257f83e040b6 authored about 5 years ago by Scala Steward <[email protected]>
Update akka-stream to 2.6.1

github.com/endpoints4s/endpoints4s - fdd9124df99ce56db98e15adfeb43d202511b611 authored about 5 years ago by Scala Steward <[email protected]>