Cats integration#244
Merged
Merged
Conversation
* Update sbt-sonatype to 3.9.21 * Revert commit(s) c78aa08 * Update sbt-sonatype to 3.9.21
* Update cats-core to 2.10.0 * Revert commit(s) 2f60ef3 * Update cats-core to 2.10.0 --------- Co-authored-by: Alexandru Nedelcu <alexandru@users.noreply.github.com>
* Update dependencies * Add scala-native support
* Initial plan * Update Scala versions, sbt, and all dependencies Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com> * Fix build issues and update dependencies - Commented out site project due to sbt-microsites dependency on unavailable repositories - Removed GitBranchPrompt plugin (no longer available) - Simplified git.gitHeadCommit reference to use version directly - All core projects compile and test successfully for Scala 2.12.21, 2.13.18, and 3.3.7 Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com> * Upgrade sbt to 1.12.0 Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com> * Fix ci-doc build failure by restoring site project without MicrositesPlugin - Restored site project with only MdocPlugin enabled - Removed MicrositesPlugin and all microsites-specific settings - Kept sbt-microsites plugin commented out - ci-doc command now works successfully Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com> * Restore sbt-microsites plugin and all original settings - Fully restored sbt-microsites plugin (version 1.4.4) - Restored all microsites settings in site project - Updated all plugin versions as requested - Updated Scala versions (2.12.21, 2.13.18, 3.3.7) - Updated library versions (cats 2.13.0, circe 0.14.15, pureconfig 0.17.8) Note: sbt-microsites requires sbt-site from repo.scala-sbt.org and repo.typesafe.com which are blocked in the sandbox environment but will work in production CI. Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com>
Updated ScalaDoc API link and added PureConfig integration documentation.
This reverts commit 3879515.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #42, closes #64