Skip to content

Commit

Permalink
Update nscplugin, sbt-scala-native to 0.5.3 (#171)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates 
*
[org.scala-native:nscplugin](https://github.com/scala-native/scala-native)
*
[org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native)

 from `0.4.17` to `0.5.3`

📜 [GitHub Release
Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.3)
- [Version
Diff](scala-native/scala-native@v0.4.17...v0.5.3)

## 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`](https://github.com/scala-steward-org/scala-steward/blob/6259adb0414181876733ff6c34234387c6765277/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>⚙ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "org.scala-native" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-native" }
}]
```
</details>

<sup>
labels: library-update, early-semver-major, semver-spec-minor,
commit-count:1
</sup>
  • Loading branch information
arainko authored Jun 11, 2024
2 parents 8a7eb45 + 556b0eb commit c2e1085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.1")

0 comments on commit c2e1085

Please sign in to comment.