From 5fb1cd097dc224dbab7cc39860dd7955b9da3833 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 12 Feb 2025 12:05:19 +0100 Subject: [PATCH] Update os-lib to 0.11.3 (#1576) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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](https://github.com/com-lihaoyi/os-lib/compare/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!_
âš™ Adjust future updates 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" } }] ```
labels: library-update, early-semver-minor, semver-spec-patch, commit-count:1 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index 888b39425..7ef51fd59 100644 --- a/build.mill +++ b/build.mill @@ -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"