-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* EnumMacros * ValueEnumMacros * Update coreJVMTests * Update build & tests * Fix scalacheck for Scala 3 * Update more modules for Scala3 compatibility * Update play modules * Update doobie/quill * Fix * Disable Slick * Disable JSON4S * Fix test dependencies * Review * Review & rebase * * Use match instead of straight cast Signed-off-by: lloydmeta <[email protected]> * Add Scala3 mention in Readme Signed-off-by: Lloyd <[email protected]> Signed-off-by: lloydmeta <[email protected]> Signed-off-by: Lloyd <[email protected]> Co-authored-by: lloydmeta <[email protected]>
- Loading branch information
Showing
99 changed files
with
2,571 additions
and
1,444 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
version = 3.0.0-RC6 | ||
version = 3.5.8 | ||
runner.dialect = Scala213Source3 | ||
style = defaultWithAlign | ||
maxColumn = 100 | ||
|
||
fileOverride { | ||
"glob:**/src/*/scala-3/**/*.scala" { | ||
runner.dialect = scala3 | ||
} | ||
} |
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.