Skip to content

Update sbt-scala-native-crossproject to 1.4.0 - #1328

Merged
iRevive merged 1 commit into
mainfrom
update/sbt-scala-native-crossproject-1.4.0
Aug 14, 2026
Merged

Update sbt-scala-native-crossproject to 1.4.0#1328
iRevive merged 1 commit into
mainfrom
update/sbt-scala-native-crossproject-1.4.0

Conversation

@typelevel-steward

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates org.portable-scala:sbt-scala-native-crossproject from 1.3.2 to 1.4.0

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.portable-scala", artifactId = "sbt-scala-native-crossproject" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.portable-scala", artifactId = "sbt-scala-native-crossproject" }
}]
labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, version-scheme:semver-spec, commit-count:1

@mergify mergify Bot added the dependencies label Aug 12, 2026
@iRevive
iRevive merged commit f669b6d into main Aug 14, 2026
11 of 12 checks passed
@iRevive
iRevive deleted the update/sbt-scala-native-crossproject-1.4.0 branch August 14, 2026 06:44
@mzuehlke

Copy link
Copy Markdown
Contributor

@iRevive sbt cross-project raise their minimum requirements:

sbt-crossproject 1.4.0+ now has the following minimum requirements:

sbt 1.11.5+ or sbt 2.0.6+
For JSPlatform: Scala.js 1.22.0+
For NativePlatform: Scala Native 0.5.11+
JDK 17+

https://github.com/portable-scala/sbt-crossproject/releases/tag/v1.4.0

Not sure if this is ok for otel4s

@iRevive

iRevive commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

@mzuehlke ouch, you are right. But why is CI green? We use Java 8 there.

@mzuehlke

Copy link
Copy Markdown
Contributor

I was wondering, too 🤷‍♂️

@iRevive

iRevive commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Let's revert it anyway #1330

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants