Last active
October 17, 2019 13:42
-
-
Save danslapman/5b6825b6f379b3895b4229a08c3a6dc4 to your computer and use it in GitHub Desktop.
Add resolver and compiler plugin to ammonite REPL
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
import coursierapi.MavenRepository | |
interp.repositories.update(interp.repositories() ::: List(MavenRepository.of( | |
"http://dl.bintray.com/danslapman/maven" | |
)) | |
@ | |
import $ivy.`danslapman::shapeless-circe:1.0` | |
import $plugin.$ivy.`org.spire-math::kind-projector:0.9.7` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment