-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close #94 - Rename refined4s.cats to refined4s.modules.cats
- Loading branch information
Showing
8 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...la/refined4s/cats/derivation/CatsEq.scala → ...ed4s/modules/cats/derivation/CatsEq.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 refined4s.cats.derivation | ||
package refined4s.modules.cats.derivation | ||
|
||
import cats.Eq | ||
import refined4s.* | ||
|
2 changes: 1 addition & 1 deletion
2
...efined4s/cats/derivation/CatsEqShow.scala → .../modules/cats/derivation/CatsEqShow.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 refined4s.cats.derivation | ||
package refined4s.modules.cats.derivation | ||
|
||
import refined4s.NewtypeBase | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../refined4s/cats/derivation/CatsShow.scala → ...4s/modules/cats/derivation/CatsShow.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 refined4s.cats.derivation | ||
package refined4s.modules.cats.derivation | ||
|
||
import cats.Show | ||
import refined4s.* | ||
|
2 changes: 1 addition & 1 deletion
2
...rc/main/scala/refined4s/cats/syntax.scala → ...scala/refined4s/modules/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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package refined4s.cats | ||
package refined4s.modules.cats | ||
|
||
import cats.data.* | ||
import cats.syntax.all.* | ||
|
4 changes: 2 additions & 2 deletions
4
...ed4s/cats/derivation/CatsEqShowSpec.scala → ...ules/cats/derivation/CatsEqShowSpec.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
...efined4s/cats/derivation/CatsEqSpec.scala → .../modules/cats/derivation/CatsEqSpec.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
...ined4s/cats/derivation/CatsShowSpec.scala → ...odules/cats/derivation/CatsShowSpec.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