-
Notifications
You must be signed in to change notification settings - Fork 20
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 #62 from kitlangton/new-module-structure
New module structure
- Loading branch information
Showing
26 changed files
with
57 additions
and
45 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
2 changes: 1 addition & 1 deletion
2
...src/main/scala/neotype/caliban/Main.scala → .../scala/neotype/interop/caliban/Main.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
2 changes: 1 addition & 1 deletion
2
...t/scala/neotype/caliban/CalibanSpec.scala → ...neotype/interop/caliban/CalibanSpec.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
2 changes: 1 addition & 1 deletion
2
...src/main/scala/neotype/chimney/Main.scala → .../scala/neotype/interop/chimney/Main.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
2 changes: 1 addition & 1 deletion
2
...t/scala/neotype/chimney/ChimneySpec.scala → ...neotype/interop/chimney/ChimneySpec.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
2 changes: 1 addition & 1 deletion
2
...d/src/main/scala/neotype/circe/Main.scala → ...in/scala/neotype/interop/circe/Main.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package neotype.circe | ||
package neotype.interop.circe | ||
|
||
import io.circe.* | ||
import neotype.* | ||
|
3 changes: 2 additions & 1 deletion
3
...t/scala/neotype/circe/CirceJsonSpec.scala → ...neotype/interop/circe/CirceJsonSpec.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
.../src/main/scala/neotype/doobie/Main.scala → ...n/scala/neotype/interop/doobie/Main.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
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
2 changes: 1 addition & 1 deletion
2
...rc/main/scala/neotype/jsoniter/Main.scala → ...scala/neotype/interop/jsoniter/Main.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
...scala/neotype/jsoniter/JsoniterSpec.scala → ...otype/interop/jsoniter/JsoniterSpec.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
2 changes: 1 addition & 1 deletion
2
...rc/main/scala/neotype/playjson/Main.scala → ...scala/neotype/interop/playjson/Main.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package neotype.playjson | ||
package neotype.interop.playjson | ||
|
||
import neotype.* | ||
import play.api.libs.json.* | ||
|
6 changes: 5 additions & 1 deletion
6
...scala/neotype/playjson/PlayJsonSpec.scala → ...otype/interop/playjson/PlayJsonSpec.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
2 changes: 1 addition & 1 deletion
2
...d/src/main/scala/neotype/tapir/Main.scala → ...in/scala/neotype/interop/tapir/Main.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package neotype.tapir | ||
package neotype.interop.tapir | ||
|
||
import neotype.* | ||
import sttp.tapir.Codec | ||
|
5 changes: 4 additions & 1 deletion
5
.../test/scala/neotype/tapir/TapirSpec.scala → ...ala/neotype/interop/tapir/TapirSpec.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
2 changes: 1 addition & 1 deletion
2
...c/main/scala/neotype/zioconfig/Main.scala → ...cala/neotype/interop/zioconfig/Main.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package neotype.zioconfig | ||
package neotype.interop.zioconfig | ||
|
||
import neotype.* | ||
import zio.Chunk | ||
|
2 changes: 1 addition & 1 deletion
2
...ala/neotype/zioconfig/ZioConfigSpec.scala → ...ype/interop/zioconfig/ZioConfigSpec.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package neotype.zioconfig | ||
package neotype.interop.zioconfig | ||
|
||
import neotype.* | ||
import neotype.test.definitions.* | ||
|
2 changes: 1 addition & 1 deletion
2
...src/main/scala/neotype/ziojson/Main.scala → .../scala/neotype/interop/ziojson/Main.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package neotype.ziojson | ||
package neotype.interop.ziojson | ||
|
||
import neotype.* | ||
import zio.json.* | ||
|
3 changes: 2 additions & 1 deletion
3
...t/scala/neotype/ziojson/ZioJsonSpec.scala → ...neotype/interop/ziojson/ZioJsonSpec.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
2 changes: 1 addition & 1 deletion
2
...neotype/ziojson/ZioJsonSpecificSpec.scala → ...interop/ziojson/ZioJsonSpecificSpec.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package neotype.ziojson | ||
package neotype.interop.ziojson | ||
|
||
import neotype.* | ||
import zio.json.* | ||
|
2 changes: 1 addition & 1 deletion
2
...rc/main/scala/neotype/zioquill/Main.scala → ...in/scala/neotype/interop/quill/Main.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package neotype.zioquill | ||
package neotype.interop.quill | ||
|
||
import io.getquill | ||
import io.getquill.MappedEncoding | ||
|
4 changes: 1 addition & 3 deletions
4
...eotype/zioquill/ZioQuillNewtypeSpec.scala → ...e/interop/quill/ZioQuillNewtypeSpec.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: 2 additions & 1 deletion
3
...ala/neotype/zioschema/ZioSchemaSpec.scala → ...ype/interop/zioschema/ZioSchemaSpec.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
2 changes: 1 addition & 1 deletion
2
...c/main/scala/neotype/zioschema/Main.scala → ...cala/neotype/interop/zioschema/Main.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package neotype.zioschema | ||
package neotype.interop.zioschema | ||
|
||
import neotype.* | ||
import zio.schema.Schema | ||
|
2 changes: 1 addition & 1 deletion
2
...src/main/scala/neotype/ziotest/Main.scala → .../scala/neotype/interop/ziotest/Main.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package neotype.ziotest | ||
package neotype.interop.ziotest | ||
|
||
import _root_.zio.test.* | ||
import neotype.* | ||
|
4 changes: 1 addition & 3 deletions
4
...cala/neotype/ziotest/ZioNewtypeSpec.scala → ...type/interop/ziotest/ZioNewtypeSpec.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