Created
September 20, 2012 07:35
-
-
Save xeno-by/3754452 to your computer and use it in GitHub Desktop.
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
As we discussed with Iulian, to reproduce: | |
1) git clone git://github.com/harrah/xsbt.git | |
2) cd xsbt | |
3) git checkout 0.13 | |
4) sbt | |
5) > reboot full | |
6) > set every scalaVersion := "2.10.0-SNAPSHOT" | |
7) > set every resolvers := Seq("Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots") | |
8) > compile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment