From 2a1587d450a7b1e5188823ac96f8c538b3b3b776 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Oct 2024 21:35:23 +0000 Subject: [PATCH] Update os-lib to 0.11.2 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 5153e4225f..3586ad695a 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -3,7 +3,7 @@ import sbt.{stringToOrganization, ModuleID} object Deps { val parserCombinators = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2" val ammoniteOps = "com.lihaoyi" %% "ammonite-ops" % "2.4.0" - val osLib = "com.lihaoyi" %% "os-lib" % "0.9.3" + val osLib = "com.lihaoyi" %% "os-lib" % "0.11.2" val sourcecode = "com.lihaoyi" %% "sourcecode" % "0.3.1" val scalatest = "org.scalatest" %% "scalatest" % "3.2.17" val fansi = "com.lihaoyi" %% "fansi" % "0.4.0"