Skip to content

Commit

Permalink
Update os-lib to 0.11.3 (#1576)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates [com.lihaoyi:os-lib](https://github.com/com-lihaoyi/os-lib)
from `0.11.2` to `0.11.3`

πŸ“œ [GitHub Release
Notes](https://github.com/com-lihaoyi/os-lib/releases/tag/0.11.3) -
[Version
Diff](com-lihaoyi/os-lib@0.11.2...0.11.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/796390d64ea1d52e338a922fd0a33be31d96162e/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 = "com.lihaoyi", artifactId = "os-lib" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.lihaoyi", artifactId = "os-lib" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-patch,
commit-count:1
</sup>
  • Loading branch information
scala-steward authored Feb 12, 2025
1 parent 2e58165 commit 5fb1cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ object Deps {
val jlineTerminal = ivy"org.jline:jline-terminal:3.14.1"
val jsch = ivy"com.jcraft:jsch:0.1.55"
val mainargs = ivy"com.lihaoyi::mainargs:0.7.5"
val osLib = ivy"com.lihaoyi::os-lib:0.11.2"
val osLib = ivy"com.lihaoyi::os-lib:0.11.3"
val pprint = ivy"com.lihaoyi::pprint:0.9.0"
val requests = ivy"com.lihaoyi::requests:0.9.0"
val scalacheck = ivy"org.scalacheck::scalacheck:1.18.0"
Expand Down

0 comments on commit 5fb1cd0

Please sign in to comment.