-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #673 from matwojcik/cats-rename
Move sttp.tapir.cats -> sttp.tapir.integ.cats to resolve cats conflict after importing sttp._
- Loading branch information
Showing
10 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
integrations/cats/src/main/scala/sttp/tapir/cats/syntax.scala
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
integrations/cats/src/main/scala/sttp/tapir/codec/cats/package.scala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ttp/tapir/cats/ServerEndpointSyntax.scala → ...pir/integ/cats/ServerEndpointSyntax.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...ttp/tapir/codec/cats/TapirCodecCats.scala → ...ttp/tapir/integ/cats/TapirCodecCats.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
integrations/cats/src/main/scala/sttp/tapir/integ/cats/codec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package sttp.tapir.integ.cats | ||
|
||
object codec extends TapirCodecCats |
5 changes: 5 additions & 0 deletions
5
integrations/cats/src/main/scala/sttp/tapir/integ/cats/syntax.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package sttp.tapir.integ.cats | ||
|
||
object syntax extends ServerEndpointSyntax with MonadErrorSyntax | ||
|
||
|
3 changes: 0 additions & 3 deletions
3
integrations/cats/src/main/scala/sttp/tapir/monad/cats/syntax.scala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters