Skip to content

Commit 81acfaf

Browse files
authored
Merge pull request #2863 from scala-steward/update/using_directives-1.1.1
Update using_directives to 1.1.1
2 parents d461812 + d7f16ce commit 81acfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ object Deps {
205205
val typelevelToolkitVersion = "0.1.23"
206206
def typelevelToolkit = ivy"org.typelevel:toolkit:$typelevelToolkitVersion"
207207
def typelevelToolkitTest = ivy"org.typelevel:toolkit-test:$typelevelToolkitVersion"
208-
def usingDirectives = ivy"org.virtuslab:using_directives:1.1.0"
208+
def usingDirectives = ivy"org.virtuslab:using_directives:1.1.1"
209209
// Lives at https://github.com/VirtusLab/no-crc32-zip-input-stream, see #865
210210
// This provides a ZipInputStream that doesn't verify CRC32 checksums, that users
211211
// can enable by setting SCALA_CLI_VENDORED_ZIS=true in the environment, to workaround

0 commit comments

Comments
 (0)