Created
October 21, 2013 06:10
-
-
Save sifue/7079353 to your computer and use it in GitHub Desktop.
com.github.scctのscct_2.10;0.2-SNAPSHOTが見つからなくて困った際の対処として0.3-SNAPSHOTを使う ref: http://qiita.com/sifue/items/d9dd2b34ed64a154a17f
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
| sbt.ResolveException: unresolved dependency: com.github.scct#scct_2.10;0.2-SNAPSHOT: not found |
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 sbt.scct.ScctPlugin |
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
| -addSbtPlugin("com.github.scct" % "sbt-scct" % "0.2") | |
| +resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots" | |
| + | |
| +addSbtPlugin("com.github.scct" % "sbt-scct" % "0.3-SNAPSHOT") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment