Skip to content

Commit

Permalink
Update auxlib, clib, javalib, nativelib, ... to 0.5.3 (#3554)
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.2` 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.5.2...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/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>🔍 Files still referring to the old version number</summary>

The following files still refer to the old version number (0.5.2).
You might want to review and update them manually.
```
docs/release-notes.md
```
</details>
<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
</sup>
  • Loading branch information
xerial-bot authored Jun 6, 2024
1 parent 99c05de commit 5e06038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airspec/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ lazy val airspec =
Compile / packageBin / mappings ++= (airspecDeps.native / Compile / packageBin / mappings).value,
Compile / packageSrc / mappings ++= (airspecDeps.native / Compile / packageSrc / mappings).value,
libraryDependencies ++= Seq(
"org.scala-native" %%% "test-interface" % "0.5.2"
"org.scala-native" %%% "test-interface" % "0.5.3"
)
)
// This should be Optional dependency, but using Provided dependency for bloop which doesn't support Optional.
Expand Down
2 changes: 1 addition & 1 deletion airspec/project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ libraryDependencies ++= (

// For Scala native
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.3")

// For setting explicit versions for each commit
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
Expand Down
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ libraryDependencies += "io.github.gmkumar2005" %% "scala-js-env-playwright" % "0

// For Scala native
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.3")

// For setting explicit versions for each commit
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
Expand Down

0 comments on commit 5e06038

Please sign in to comment.