Created
May 2, 2013 19:28
-
-
Save jamie-allen/5504727 to your computer and use it in GitHub Desktop.
:cp test
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
➜ ~ 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