Update dependency io.github.davidgregory084:sbt-tpolecat to v0.4.4#24
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency io.github.davidgregory084:sbt-tpolecat to v0.4.4#24renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
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.
This PR contains the following updates:
0.3.3→0.4.4Release Notes
typelevel/sbt-tpolecat (io.github.davidgregory084:sbt-tpolecat)
v0.4.4Compare Source
Added
-Vimplicitsand-explain.v0.4.3Compare Source
Added
Changed
tpolecatOptionsModein every scope when using the mode commands, rather than justThisBuildscope. This enables users who set the mode differently in different subprojects to make use of mode commands.v0.4.2Compare Source
Added
-Wnonunit-statementoption.Fixed
v0.4.1Compare Source
Added
advancedOptionoverload with support for multiple argument options was added.Changed
-Xcheckinitwas removed from the default option set. After discussion on issues #10 and #83 it has become apparent that although-Xcheckinitoffers a lot of value for some users, it creates some very tricky problems for users that are writing async code. The initialization checking code this option produces introduces@volatilevariables that can disguise memory visibility issues.v0.4.0Compare Source
NOTE: This release series will be the final one released under the group ID
io.github.davidgregory084, and the final one using the packageio.github.davidgregory084.As of the 0.5.x series, this project will be released under the group ID
org.typeleveland using the packageorg.typelevel.sbt.If you are using Scala Steward to upgrade your libraries, an artifact migration has been provided to update the sbt-tpolecat group ID.
A Scalafix migration will be provided upon the release of
0.5.0to migrate any usages of the previous package in your projects.Changed
ScalacOptionstrait was made package-private. This is to ensure that new methods can be added to this trait without risking binary compatibility breakages.ScalacOptionconstructor was changed from(tokens: List[String], ...)to(option: String, args: List[String], ...). This is to ensure that multi-argument options can be filtered out regardless of which arguments were provided to the option.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.