Last active
May 7, 2023 07:13
-
-
Save dacr/9e84ed6727a65d68b1e4cbd79483342e to your computer and use it in GitHub Desktop.
ZIO scala-cli REPL startup script / published by https://github.com/dacr/code-examples-manager #4f9e3858-f928-4325-bd12-35caf479d3ca/c4f56141609bd4f3923b369cce5ed079919a87bb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
## summary : ZIO scala-cli REPL startup script | |
## keywords : bash, zio, repl, scala-cli | |
## publish : gist | |
## authors : David Crosson | |
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2) | |
## id : 4f9e3858-f928-4325-bd12-35caf479d3ca | |
## created-on : 2022-06-25T09:15:21+02:00 | |
## managed-by : https://github.com/dacr/code-examples-manager | |
scala-cli repl \ | |
--dep "fr.janalyse::zio-worksheet:2.0.13.0" \ | |
--dep "dev.zio::zio:2.0.13" \ | |
--dep "dev.zio::zio-streams:2.0.13" \ | |
--dep "dev.zio::zio-concurrent:2.0.13" \ | |
--dep "dev.zio::zio-test:2.0.13" \ | |
--dep "dev.zio::zio-test-scalacheck:2.0.13" \ | |
--dep "dev.zio::zio-nio:2.0.1" \ | |
--dep "dev.zio::zio-json:0.4.0" \ | |
--dep "com.softwaremill.sttp.client3::async-http-client-backend-zio:3.8.15" \ | |
--dep "com.softwaremill.sttp.client3::zio-json:3.8.15" \ | |
--dep "com.softwaremill.sttp.tapir::tapir-zio:1.3.0" \ | |
--dep "com.softwaremill.sttp.tapir::tapir-zio-http-server:1.3.0" \ | |
--dep "com.softwaremill.sttp.tapir::tapir-json-zio:1.3.0" \ | |
--dep "com.softwaremill.sttp.tapir::tapir-redoc-bundle:1.3.0" \ | |
--dep "com.softwaremill.sttp.tapir::tapir-swagger-ui-bundle:1.3.0"\ | |
--dep "dev.zio::zio-http:3.0.0-RC1"\ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment