-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support Scala3 #major - Remove Scanamo module as it is blocking Scala3 support - Made some deprecated classes private - Fixed scalac warning - Upgrade libs to latest * Remove test that checks number of internal requests Since retrieve no longer takes limit, it returns a `fs2.Stream` instead. Limit is now set by caller by calling `.take(x)` on the stream. * update to Scala v3.3.1 * Bump scala 2.13 to latest * Bump to latest sbt * Remove mentioning of `scanamo` from documentation is it has been removed as project's dependencies. * Clean up left over plugin during Scala 3 migration. --------- Co-authored-by: marko asplund <[email protected]>
- Loading branch information
1 parent
7ef33d7
commit 37cd88d
Showing
24 changed files
with
110 additions
and
466 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 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 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 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
Oops, something went wrong.