Skip to content

Instantly share code, notes, and snippets.

@teliatko
teliatko / ivy-home-sbt-idea.md
Last active October 14, 2021 10:42
Setting up the Ivy home for sbt and Intellij IDEA

Setting up Ivy home for SBT

One can set adhoc Ivy home for SBT as:

# Using example directory in tmp
$ sbt -ivy /tmp/.ivy2

# Another option
$ sbt -Dsbt.ivy.home=/tmp/.ivy2/