Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active February 3, 2026 20:24
Show Gist options
  • Select an option

  • Save dacr/e0dc1be20e37cd45244ddd177e381427 to your computer and use it in GitHub Desktop.

Select an option

Save dacr/e0dc1be20e37cd45244ddd177e381427 to your computer and use it in GitHub Desktop.
JING enabled scala-cli REPL / published by https://github.com/dacr/code-examples-manager #eb66e944-968e-49d0-94fe-315110a1b9cd/67de50c073ba8e4f6ada7321a8ebbefe29e54335
#!/usr/bin/env bash
## summary : JING enabled scala-cli REPL
## keywords : bash, jing, repl, scala-cli
## publish : gist
## authors : David Crosson
## license : Apache License Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
## id : eb66e944-968e-49d0-94fe-315110a1b9cd
## created-on : 2025-05-06T15:52:24+02:00
## managed-by : https://github.com/dacr/code-examples-manager
## see issue : https://github.com/TomasMikula/jing/issues/1
scala-cli repl \
-O -experimental \
-J -Xss512m \
--dep dev.continuously.jing::jing:0.0.1-SNAPSHOT \
--dep dev.continuously.jing::jingopenapi:0.0.1-SNAPSHOT \
--dep dev.continuously.jing::jingopenapimodel:0.0.1-SNAPSHOT \
--dep dev.continuously.jing::jingopenapiclientdefault:0.0.1-SNAPSHOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment