File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ Here's some of the more important external projects used by Scala CLI:
161
161
for ` scalafmt ` .
162
162
- [ bloop-core] ( https://github.com/scala-cli/bloop-core ) : a fork of [ bloop] ( https://github.com/scalacenter/bloop )
163
163
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 `
165
165
from OpenJDK, with CRC32 calculations disabled.
166
166
- [ lightweight-spark-distrib] ( https://github.com/VirtusLab/lightweight-spark-distrib ) : a small application allowing
167
167
to make Spark distributions more lightweight.
Original file line number Diff line number Diff line change @@ -190,11 +190,11 @@ object Deps {
190
190
def typelevelToolkit = ivy " org.typelevel:toolkit: $typelevelToolkitVersion"
191
191
def typelevelToolkitTest = ivy " org.typelevel:toolkit-test: $typelevelToolkitVersion"
192
192
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
194
194
// This provides a ZipInputStream that doesn't verify CRC32 checksums, that users
195
195
// can enable by setting SCALA_CLI_VENDORED_ZIS=true in the environment, to workaround
196
196
// 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 "
198
198
}
199
199
200
200
def graalVmVersion = " 22.3.1"
You can’t perform that action at this time.
0 commit comments