From 7f56607910ed34545c922de29bf2acd8f7b1ddcb Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 00:17:40 +0000 Subject: [PATCH] build(deps): Update os-lib from 0.9.0 to 0.9.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 5289faf8d..cbdb7fb66 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -78,7 +78,7 @@ object Dependencies { def munit = "org.scalameta" %% "munit" % "0.7.29" def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.15.4" val pprint = "com.lihaoyi" %% "pprint" % "0.9.0" - val oslib = "com.lihaoyi" %% "os-lib" % "0.9.0" + val oslib = "com.lihaoyi" %% "os-lib" % "0.9.3" 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