From 13f64aa1e56bbf81b27065b7f2cb7fd306a3cb0c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 22:12:38 +0000 Subject: [PATCH] Update using_directives to 1.1.4 --- project/deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/deps.sc b/project/deps.sc index 851e50ef61..98143eac3b 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -254,7 +254,7 @@ object Deps { val typelevelToolkitVersion = "0.1.29" def typelevelToolkit = ivy"org.typelevel:toolkit:$typelevelToolkitVersion" def typelevelToolkitTest = ivy"org.typelevel:toolkit-test:$typelevelToolkitVersion" - def usingDirectives = ivy"org.virtuslab:using_directives:1.1.3" + def usingDirectives = ivy"org.virtuslab:using_directives:1.1.4" // Lives at https://github.com/VirtusLab/no-crc32-zip-input-stream, see #865 // This provides a ZipInputStream that doesn't verify CRC32 checksums, that users // can enable by setting SCALA_CLI_VENDORED_ZIS=true in the environment, to workaround