From af7389c51259eaf7a559534f4068f1c106230b23 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:18:32 +0000 Subject: [PATCH] build(deps): Update os-lib from 0.10.6 to 0.10.7 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index af105a2e4..478dd86a4 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -78,7 +78,7 @@ object Dependencies { def munit = "org.scalameta" %% "munit" % "1.0.1" def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.16.0" val pprint = "com.lihaoyi" %% "pprint" % "0.9.0" - val oslib = "com.lihaoyi" %% "os-lib" % "0.10.6" + val oslib = "com.lihaoyi" %% "os-lib" % "0.10.7" val junit = "com.github.sbt" % "junit-interface" % junitVersion val directoryWatcher = "ch.epfl.scala" % "directory-watcher" % directoryWatcherVersion val difflib = "com.googlecode.java-diff-utils" % "diffutils" % difflibVersion