We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d461812 + d7f16ce commit 81acfafCopy full SHA for 81acfaf
project/deps.sc
@@ -205,7 +205,7 @@ object Deps {
205
val typelevelToolkitVersion = "0.1.23"
206
def typelevelToolkit = ivy"org.typelevel:toolkit:$typelevelToolkitVersion"
207
def typelevelToolkitTest = ivy"org.typelevel:toolkit-test:$typelevelToolkitVersion"
208
- def usingDirectives = ivy"org.virtuslab:using_directives:1.1.0"
+ def usingDirectives = ivy"org.virtuslab:using_directives:1.1.1"
209
// Lives at https://github.com/VirtusLab/no-crc32-zip-input-stream, see #865
210
// This provides a ZipInputStream that doesn't verify CRC32 checksums, that users
211
// can enable by setting SCALA_CLI_VENDORED_ZIS=true in the environment, to workaround
0 commit comments