Skip to content

Commit 948bf47

Browse files
Update os-lib to 0.11.5 (#2624)
## About this PR πŸ“¦ Updates [com.lihaoyi:os-lib](https://github.com/com-lihaoyi/os-lib) from `0.11.3` to `0.11.5` πŸ“œ [GitHub Release Notes](https://github.com/com-lihaoyi/os-lib/releases/tag/0.11.5) - [Version Diff](com-lihaoyi/os-lib@0.11.3...0.11.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/0c7991de8224eff8436230a3e11b89520bbf94c8/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> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.lihaoyi", "artifactId" : { "name" : "os-lib", "maybeCrossName" : "os-lib_2.13" }, "version" : "0.11.3", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "com.lihaoyi", "artifactId" : { "name" : "os-lib", "maybeCrossName" : "os-lib_2.13" }, "version" : "0.11.3", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "0.11.5" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "early-semver-minor", "semver-spec-patch", "commit-count:1" ] } --> Co-authored-by: scala-steward <scala-steward>
1 parent 739a7ea commit 948bf47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Žexamples/src/main/scala/sttp/client4/examples/other/cmdOutputStreamingWithOsLib.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// {cat=Other; effects=Direct; backend=HttpClient}: Command output streaming with os-lib support
22

3-
//> using dep com.lihaoyi::os-lib:0.11.3
3+
//> using dep com.lihaoyi::os-lib:0.11.5
44
//> using dep com.softwaremill.sttp.client4::core:4.0.9
55

66
package sttp.client4.examples.other

β€Žexamples/src/main/scala/sttp/client4/examples/other/downloadFileWitOsLib.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// {cat=Other; effects=Direct; backend=HttpClient}: Download file with os-lib support
22

3-
//> using dep com.lihaoyi::os-lib:0.11.3
3+
//> using dep com.lihaoyi::os-lib:0.11.5
44
//> using dep com.softwaremill.sttp.client4::core:4.0.9
55

66
package sttp.client4.examples.other

β€Žexamples/src/main/scala/sttp/client4/examples/other/uploadFileWithOsLib.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// {cat=Other; effects=Direct; backend=HttpClient}: Download file with os-lib support
22

3-
//> using dep com.lihaoyi::os-lib:0.11.3
3+
//> using dep com.lihaoyi::os-lib:0.11.5
44
//> using dep com.softwaremill.sttp.client4::core:4.0.9
55

66
package sttp.client4.examples.other

0 commit comments

Comments
Β (0)