-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[data] fix Duration in scala native (#867)
I'm having trouble to port support Scala Native in `kyo-core` because of missing classes. The problem isn't shown in tests because zio tests are disabled in Scala Native and the `zio-test-sbt` dependency adds the necessary stubs. This PR removes the dependency on `zio-test-sbt` and adds an explicit dependency to `scala-java-time`.
- Loading branch information
Showing
4 changed files
with
297 additions
and
316 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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.