Skip to content

Commit 6763bbd

Browse files
authored
Switch nocrc32-zip-input-stream to the VL fork & bump it to 0.1.2 (#2520)
1 parent ce1c1ad commit 6763bbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DEV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Here's some of the more important external projects used by Scala CLI:
161161
for `scalafmt`.
162162
- [bloop-core](https://github.com/scala-cli/bloop-core): a fork of [bloop](https://github.com/scalacenter/bloop)
163163
stripped up of its benchmark infrastructure and build integrations.
164-
- [no-crc32-zip-input-stream](https://github.com/scala-cli/no-crc32-zip-input-stream): A copy of `ZipInputStream`
164+
- [no-crc32-zip-input-stream](https://github.com/VirtusLab/no-crc32-zip-input-stream): A copy of `ZipInputStream`
165165
from OpenJDK, with CRC32 calculations disabled.
166166
- [lightweight-spark-distrib](https://github.com/VirtusLab/lightweight-spark-distrib): a small application allowing
167167
to make Spark distributions more lightweight.

project/deps.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ object Deps {
190190
def typelevelToolkit = ivy"org.typelevel:toolkit:$typelevelToolkitVersion"
191191
def typelevelToolkitTest = ivy"org.typelevel:toolkit-test:$typelevelToolkitVersion"
192192
def usingDirectives = ivy"org.virtuslab:using_directives:1.1.0"
193-
// Lives at https://github.com/scala-cli/no-crc32-zip-input-stream, see #865
193+
// Lives at https://github.com/VirtusLab/no-crc32-zip-input-stream, see #865
194194
// This provides a ZipInputStream that doesn't verify CRC32 checksums, that users
195195
// can enable by setting SCALA_CLI_VENDORED_ZIS=true in the environment, to workaround
196196
// some bad GraalVM / zlib issues (see #828 and linked issues for more details).
197-
def zipInputStream = ivy"io.github.alexarchambault.scala-cli.tmp:zip-input-stream:0.1.1"
197+
def zipInputStream = ivy"org.virtuslab.scala-cli.zip-input-stream:zip-input-stream:0.1.2"
198198
}
199199

200200
def graalVmVersion = "22.3.1"

0 commit comments

Comments
 (0)