You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ scala-cli repl -S 2.12
Welcome to Scala 2.12.14 (OpenJDK 64-Bit Server VM, Java 11.0.11).
Type in expressions for evaluation. Or try :help.
scala> import $ivy.`org.scalaz::scalaz-core:7.3.5`
<console>:11: error: not found: value $ivy
import $ivy.`org.scalaz::scalaz-core:7.3.5`
$ scala-cli about
Scala CLI version 0.0.1 (v0.0.1)
The text was updated successfully, but these errors were encountered:
@alexarchambault@lwronski I spoke with @odisseus and he is missing the ability to dynamically load a library inside repl without dropping state in the memory (if that is possible). We need to discuss where this issues fits in our plans.
The text was updated successfully, but these errors were encountered: