Skip to content

Instantly share code, notes, and snippets.

@jamie-allen
Created May 2, 2013 19:28
Show Gist options
  • Save jamie-allen/5504727 to your computer and use it in GitHub Desktop.
Save jamie-allen/5504727 to your computer and use it in GitHub Desktop.
:cp test
➜ ~ scala
Welcome to Scala version 2.10.0 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_10-ea).
Type in expressions to have them evaluated.
Type :help for more information.
scala> :cp /Users/jamie/.ivy2/local/com.typesafe/config/0.4.2-SNAPSHOT/bundles/config.jar
Added '/Users/jamie/.ivy2/local/com.typesafe/config/0.4.2-SNAPSHOT/bundles/config.jar'. Your new classpath is:
".:/Users/jamie/.ivy2/local/com.typesafe/config/0.4.2-SNAPSHOT/bundles/config.jar"
Nothing to replay.
scala> import com.typesafe.config.Config
import com.typesafe.config.Config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment