Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2025

This PR contains the following updates:

Package Change Age Confidence
build.bleep:bleep-core_3 0.0.12 -> 0.0.13 age confidence

Release Notes

oyvindberg/bleep (build.bleep:bleep-core_3)

v0.0.13: Bleep v0.0.13 - Maintenance Release

Compare Source

This maintenance release brings Maven Central Portal support, Java annotation processing, and updates to ported sbt plugins.

🚨 Breaking Change: Maven Central Portal Default by @​oyvindberg in #​468

Publishing now defaults to Sonatype Central Portal:

// Remove sonatypeCredentialHost - default is now central.sonatype.com
val sonatype = new Sonatype(
  logger = started.logger,
  sonatypeBundleDirectory = started.buildPaths.dotBleepDir / "sonatype-bundle",
  sonatypeProfileName = "com.yourcompany",
  bundleName = "your-project",
  version = dynVer.version
)

Major Features

Java Annotation Processing by @​oyvindberg in #​469
projects:
  my-app:
    dependencies:
      - org.projectlombok:lombok:1.18.30
    java:
      annotationProcessing:
        enabled: true  # Opt-in required

Generated sources go to .bleep/generated-sources/{project}/annotations/

Enhanced sbt Import by @​oyvindberg in c71b3a6
### Configure memory and JVM (fde71a99)
bleep import --xmx 8g --jvm graalvm-community:17

### Exclude projects and their dependencies
bleep import --exclude-project benchmarks --exclude-project examples

### Filter by platform or Scala version
bleep import --platform jvm --scala 213
Dependency Eviction Control by @​oyvindberg in f3de1b9
projects:
  my-app:
    evictionErrorLevel: warn  # or error

Controls how conflicting dependency versions are handled during build.

Fixes & Improvements

Plugin Maintenance by @​oyvindberg in #​464

All liberated sbt plugins updated with upstream changes:

  • sbt-sonatype: Central Portal support
  • sbt-ci-release: Compatibility updates
  • sbt-dynver: Version generation improvements
  • sbt-pgp: Signing enhancements
  • Plus updates to sbt-native-image, mdoc, mill-scalafix, and others

Other Changes


New Contributors

Full Changelog: oyvindberg/bleep@v0.0.12...v0.0.13


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 was generated by Mend Renovate. View the repository job log.

@nafg nafg force-pushed the renovate/build.bleep-bleep-core_3-0.x branch from 63bfe30 to 5460c8f Compare August 17, 2025 19:47
@nafg nafg enabled auto-merge August 17, 2025 19:48
@nafg nafg merged commit c0eb04a into main Aug 17, 2025
3 checks passed
@nafg nafg deleted the renovate/build.bleep-bleep-core_3-0.x branch August 17, 2025 19:48
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.

1 participant