diff --git a/examples/src/main/scala/sttp/client4/examples/other/cmdOutputStreamingWithOsLib.scala b/examples/src/main/scala/sttp/client4/examples/other/cmdOutputStreamingWithOsLib.scala index 1bc898c0a..620d5efaa 100644 --- a/examples/src/main/scala/sttp/client4/examples/other/cmdOutputStreamingWithOsLib.scala +++ b/examples/src/main/scala/sttp/client4/examples/other/cmdOutputStreamingWithOsLib.scala @@ -1,6 +1,6 @@ // {cat=Other; effects=Direct; backend=HttpClient}: Command output streaming with os-lib support -//> using dep com.lihaoyi::os-lib:0.11.3 +//> using dep com.lihaoyi::os-lib:0.11.5 //> using dep com.softwaremill.sttp.client4::core:4.0.9 package sttp.client4.examples.other diff --git a/examples/src/main/scala/sttp/client4/examples/other/downloadFileWitOsLib.scala b/examples/src/main/scala/sttp/client4/examples/other/downloadFileWitOsLib.scala index 349812245..a9466e82b 100644 --- a/examples/src/main/scala/sttp/client4/examples/other/downloadFileWitOsLib.scala +++ b/examples/src/main/scala/sttp/client4/examples/other/downloadFileWitOsLib.scala @@ -1,6 +1,6 @@ // {cat=Other; effects=Direct; backend=HttpClient}: Download file with os-lib support -//> using dep com.lihaoyi::os-lib:0.11.3 +//> using dep com.lihaoyi::os-lib:0.11.5 //> using dep com.softwaremill.sttp.client4::core:4.0.9 package sttp.client4.examples.other diff --git a/examples/src/main/scala/sttp/client4/examples/other/uploadFileWithOsLib.scala b/examples/src/main/scala/sttp/client4/examples/other/uploadFileWithOsLib.scala index 389ce5a78..8b6cc0fc7 100644 --- a/examples/src/main/scala/sttp/client4/examples/other/uploadFileWithOsLib.scala +++ b/examples/src/main/scala/sttp/client4/examples/other/uploadFileWithOsLib.scala @@ -1,6 +1,6 @@ // {cat=Other; effects=Direct; backend=HttpClient}: Download file with os-lib support -//> using dep com.lihaoyi::os-lib:0.11.3 +//> using dep com.lihaoyi::os-lib:0.11.5 //> using dep com.softwaremill.sttp.client4::core:4.0.9 package sttp.client4.examples.other