Skip to content

Commit

Permalink
Update auxlib, clib, javalib, nativelib, ... to 0.5.5 (#196)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates 
*
[org.scala-native:auxlib](https://github.com/scala-native/scala-native)
* [org.scala-native:clib](https://github.com/scala-native/scala-native)
*
[org.scala-native:javalib](https://github.com/scala-native/scala-native)
*
[org.scala-native:nativelib](https://github.com/scala-native/scala-native)
*
[org.scala-native:nscplugin](https://github.com/scala-native/scala-native)
*
[org.scala-native:posixlib](https://github.com/scala-native/scala-native)
*
[org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native)
*
[org.scala-native:test-interface](https://github.com/scala-native/scala-native)
*
[org.scala-native:windowslib](https://github.com/scala-native/scala-native)

 from `0.5.4` to `0.5.5`

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

## 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/157f6f82f40aaccaeb9598415ca4f55a40b5e824/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-minor, semver-spec-patch,
version-scheme:early-semver, commit-count:1
</sup>
  • Loading branch information
arainko authored Aug 22, 2024
2 parents 60098fb + eabfa33 commit ec336e5
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.2")
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.5.4")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.2")

0 comments on commit ec336e5

Please sign in to comment.