diff --git a/project/Deps.scala b/project/Deps.scala index 31a9c9d..98dca4f 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -3,7 +3,7 @@ import sbt._ object Deps { def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.16.0" def munit = "org.scalameta" %% "munit" % "0.7.29" - def osLib = "com.lihaoyi" %% "os-lib" % "0.9.1" + def osLib = "com.lihaoyi" %% "os-lib" % "0.9.2" def caseApp = "com.github.alexarchambault" %% "case-app" % "2.1.0-M24" def thumbnailator = "net.coobird" % "thumbnailator" % "0.4.20" def image4j = "org.jclarion" % "image4j" % "0.7"