Skip to content

Commit bd247d6

Browse files
committed
Bump using_directives to 1.1.3
1 parent e464943 commit bd247d6

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
@@ -253,7 +253,7 @@ object Deps {
253253
val typelevelToolkitVersion = "0.1.29"
254254
def typelevelToolkit = ivy"org.typelevel:toolkit:$typelevelToolkitVersion"
255255
def typelevelToolkitTest = ivy"org.typelevel:toolkit-test:$typelevelToolkitVersion"
256-
def usingDirectives = ivy"org.virtuslab:using_directives:1.1.2"
256+
def usingDirectives = ivy"org.virtuslab:using_directives:1.1.3"
257257
// Lives at https://github.com/VirtusLab/no-crc32-zip-input-stream, see #865
258258
// This provides a ZipInputStream that doesn't verify CRC32 checksums, that users
259259
// can enable by setting SCALA_CLI_VENDORED_ZIS=true in the environment, to workaround

0 commit comments

Comments
 (0)