Skip to content

Instantly share code, notes, and snippets.

@sifue
Created October 21, 2013 06:10
Show Gist options
  • Select an option

  • Save sifue/7079353 to your computer and use it in GitHub Desktop.

Select an option

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
sbt.ResolveException: unresolved dependency: com.github.scct#scct_2.10;0.2-SNAPSHOT: not found
-import sbt.scct.ScctPlugin
-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