Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency org.scala-native:sbt-scala-native to v0.4.9 #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
org.scala-native:sbt-scala-native (source) plugin patch 0.4.5 -> 0.4.9

Release Notes

scala-native/scala-native

v0.4.9

Compare Source

Release notes for Scala Native 0.4.9

New features

Incremental compilation

A new experimental compilation mode was being developed during the latest edition of Google Summer of Code by Liangyong Yu.
This feature splits generated code based on the package names and allows to skip re-compilation of generated LLVM IR if changes to definitions are detected.
Incremental compilation can allow reducing compilation times by up to 20%. You can read more about this change in Liangyongs GSoC report
To enable this experimental feature modify your nativeConfig:

nativeConfig ~= {
  _.withIncrementalCompilation(true)
}

v0.4.8

Compare Source

Release notes for Scala Native 0.4.8

v0.4.7: Scala Native 0.4.7

Compare Source

Patch release replacing 0.4.6
Release notes for Scala Native 0.4.7

v0.4.6: Scala Native 0.4.6

Compare Source

Release notes for Scala Native 0.4.6


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch from a1a7079 to b155559 Compare September 1, 2022 19:37
@renovate renovate bot changed the title Update dependency org.scala-native:sbt-scala-native to v0.4.6 Update dependency org.scala-native:sbt-scala-native to v0.4.7 Sep 1, 2022
@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch from b155559 to 13c757f Compare November 20, 2022 11:14
@renovate renovate bot changed the title Update dependency org.scala-native:sbt-scala-native to v0.4.7 Update dependency org.scala-native:sbt-scala-native to v0.4.8 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch from 13c757f to 4c47183 Compare November 24, 2022 12:06
@renovate renovate bot changed the title Update dependency org.scala-native:sbt-scala-native to v0.4.8 Update dependency org.scala-native:sbt-scala-native to v0.4.9 Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants