Created
June 6, 2017 14:22
-
-
Save jeffdyke/3916169be76a40de6414a6adc2469e2f to your computer and use it in GitHub Desktop.
predefScript.sc for 1.0.0-RC3
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
interp.load.ivy( | |
"com.lihaoyi" % | |
s"ammonite-shell_${scala.util.Properties.versionNumberString}" % | |
ammonite.Constants.version | |
) | |
@ | |
val shellSession = ammonite.shell.ShellSession() | |
import shellSession._ | |
import ammonite.ops._ | |
import ammonite.shell._ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment